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()
Assembly: wManager.dll
Syntax
[Serializable]
public class Npc
Fields
Position
Declaration
Field Value
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
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
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
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
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Extension Methods