C# Class BattleNet.GameData

Afficher le fichier Open project: dkuwahara/AlphaBot Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
GameData ( ) : System
GetPlayer ( UInt32 id ) : Player

Method Details

GameData() public méthode

public GameData ( ) : System
Résultat System

GetPlayer() public méthode

public GetPlayer ( UInt32 id ) : Player
id System.UInt32
Résultat Player

Property Details

m_areaId protected_oe property

protected Int32,System m_areaId
Résultat System.Int32

m_currentAct protected_oe property

protected ActType m_currentAct
Résultat ActType

m_experience protected_oe property

protected UInt32,System m_experience
Résultat System.UInt32

m_firstNpcInfoPacket protected_oe property

protected Boolean,System m_firstNpcInfoPacket
Résultat System.Boolean

m_fullyEnteredGame protected_oe property

protected Boolean,System m_fullyEnteredGame
Résultat System.Boolean

m_hasMerc protected_oe property

protected Boolean,System m_hasMerc
Résultat System.Boolean

m_lastTeleport protected_oe property

protected Int32,System m_lastTeleport
Résultat System.Int32

m_mapId protected_oe property

protected Int32,System m_mapId
Résultat System.Int32

m_me protected_oe property

protected Player,BattleNet m_me
Résultat Player

m_rightSkill protected_oe property

protected UInt32,System m_rightSkill
Résultat System.UInt32

m_talkedToNpc protected_oe property

protected Boolean,System m_talkedToNpc
Résultat System.Boolean