C# Class BattleNet.NpcEntity

Inheritance: Entity
Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Protected Properties

Property Type Description
m_flag1 System.Boolean
m_flag2 System.Boolean
m_flag5 System.Boolean
m_hasFlags System.Boolean
m_isLightning System.Boolean
m_isMinion System.Boolean
m_life System.UInt32
m_moving System.Boolean
m_name String
m_running System.Boolean
m_superUnique System.Boolean
m_superUniqueId System.Int32
m_targetLocation Coordinate
m_type System.UInt32

Public Methods

Method Description
NpcEntity ( ) : System
NpcEntity ( UInt32 id, UInt32 type, UInt32 life, Int32 x, Int32 y ) : System

Method Details

NpcEntity() public method

public NpcEntity ( ) : System
return System

NpcEntity() public method

public NpcEntity ( UInt32 id, UInt32 type, UInt32 life, Int32 x, Int32 y ) : System
id System.UInt32
type System.UInt32
life System.UInt32
x System.Int32
y System.Int32
return System

Property Details

m_flag1 protected property

protected Boolean,System m_flag1
return System.Boolean

m_flag2 protected property

protected Boolean,System m_flag2
return System.Boolean

m_flag5 protected property

protected Boolean,System m_flag5
return System.Boolean

m_hasFlags protected property

protected Boolean,System m_hasFlags
return System.Boolean

m_isLightning protected property

protected Boolean,System m_isLightning
return System.Boolean

m_isMinion protected property

protected Boolean,System m_isMinion
return System.Boolean

m_life protected property

protected UInt32,System m_life
return System.UInt32

m_moving protected property

protected Boolean,System m_moving
return System.Boolean

m_name protected property

protected String m_name
return String

m_running protected property

protected Boolean,System m_running
return System.Boolean

m_superUnique protected property

protected Boolean,System m_superUnique
return System.Boolean

m_superUniqueId protected property

protected Int32,System m_superUniqueId
return System.Int32

m_targetLocation protected property

protected Coordinate m_targetLocation
return Coordinate

m_type protected property

protected UInt32,System m_type
return System.UInt32