C# Class BattleNet.GameData

Datei anzeigen 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_oe property

protected Int32,System m_areaId
return System.Int32

m_currentAct protected_oe property

protected ActType m_currentAct
return ActType

m_experience protected_oe property

protected UInt32,System m_experience
return System.UInt32

m_firstNpcInfoPacket protected_oe property

protected Boolean,System m_firstNpcInfoPacket
return System.Boolean

m_fullyEnteredGame protected_oe property

protected Boolean,System m_fullyEnteredGame
return System.Boolean

m_hasMerc protected_oe property

protected Boolean,System m_hasMerc
return System.Boolean

m_lastTeleport protected_oe property

protected Int32,System m_lastTeleport
return System.Int32

m_mapId protected_oe property

protected Int32,System m_mapId
return System.Int32

m_me protected_oe property

protected Player,BattleNet m_me
return Player

m_rightSkill protected_oe property

protected UInt32,System m_rightSkill
return System.UInt32

m_talkedToNpc protected_oe property

protected Boolean,System m_talkedToNpc
return System.Boolean