C# Class BattleNet.Entity

Show file Open project: dkuwahara/AlphaBot

Protected Properties

Property Type Description
m_id System.UInt32
m_initialized System.Boolean
m_location Coordinate

Public Methods

Method Description
Entity ( ) : System
Entity ( UInt32 id, Int32 x, Int32 y ) : System

Method Details

Entity() public method

public Entity ( ) : System
return System

Entity() public method

public Entity ( UInt32 id, Int32 x, Int32 y ) : System
id System.UInt32
x System.Int32
y System.Int32
return System

Property Details

m_id protected property

protected UInt32,System m_id
return System.UInt32

m_initialized protected property

protected Boolean,System m_initialized
return System.Boolean

m_location protected property

protected Coordinate m_location
return Coordinate