C# Class BattleNet.GameData

Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Protected Properties

Property Type Description
m_areaId System.Int32
m_currentAct ActType
m_experience System.UInt32
m_firstNpcInfoPacket System.Boolean
m_fullyEnteredGame System.Boolean
m_hasMerc System.Boolean
m_lastTeleport System.Int32
m_mapId System.Int32
m_me Player
m_rightSkill System.UInt32
m_talkedToNpc System.Boolean

Public Methods

Method Description
GameData ( ) : System
GetPlayer ( UInt32 id ) : Player

Method Details

GameData() public method

public GameData ( ) : System
return System

GetPlayer() public method

public GetPlayer ( UInt32 id ) : Player
id System.UInt32
return Player

Property Details

m_areaId protected property

protected Int32,System m_areaId
return System.Int32

m_currentAct protected property

protected ActType m_currentAct
return ActType

m_experience protected property

protected UInt32,System m_experience
return System.UInt32

m_firstNpcInfoPacket protected property

protected Boolean,System m_firstNpcInfoPacket
return System.Boolean

m_fullyEnteredGame protected property

protected Boolean,System m_fullyEnteredGame
return System.Boolean

m_hasMerc protected property

protected Boolean,System m_hasMerc
return System.Boolean

m_lastTeleport protected property

protected Int32,System m_lastTeleport
return System.Int32

m_mapId protected property

protected Int32,System m_mapId
return System.Int32

m_me protected property

protected Player,BattleNet m_me
return Player

m_rightSkill protected property

protected UInt32,System m_rightSkill
return System.UInt32

m_talkedToNpc protected property

protected Boolean,System m_talkedToNpc
return System.Boolean