Show / Hide Table of Contents

Class Npc

Inheritance
System.Object
Npc
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: wManager.Wow.Class
Assembly: wManager.dll
Syntax
[Serializable]
public class Npc

Fields

Position

Declaration
public Vector3 Position
Field Value
Type Description
Vector3

Properties

Active

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean

CanFlyTo

Declaration
public bool CanFlyTo { get; set; }
Property Value
Type Description
System.Boolean

ContinentId

Declaration
public ContinentId ContinentId { get; set; }
Property Value
Type Description
ContinentId

CurrentProfileNpc

Declaration
public bool CurrentProfileNpc { get; set; }
Property Value
Type Description
System.Boolean

Entry

Declaration
public int Entry { get; set; }
Property Value
Type Description
System.Int32

Faction

Declaration
public Npc.FactionType Faction { get; set; }
Property Value
Type Description
Npc.FactionType

GossipOption

Declaration
public int GossipOption { get; set; }
Property Value
Type Description
System.Int32

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PosX

Declaration
public float PosX { get; set; }
Property Value
Type Description
System.Single

PosY

Declaration
public float PosY { get; set; }
Property Value
Type Description
System.Single

PosZ

Declaration
public float PosZ { get; set; }
Property Value
Type Description
System.Single

Save

Declaration
public bool Save { get; set; }
Property Value
Type Description
System.Boolean

Type

Declaration
public Npc.NpcType Type { get; set; }
Property Value
Type Description
Npc.NpcType

Methods

BlackList(Int32)

Declaration
public void BlackList(int timeMs)
Parameters
Type Name Description
System.Int32 timeMs

IsBlackListedOrDisabled()

Declaration
public bool IsBlackListedOrDisabled()
Returns
Type Description
System.Boolean

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

Extensions.Serialize<T>(T)
Back to top Generated by DocFX