C# 클래스 BattleNet.GameData

파일 보기 프로젝트 열기: dkuwahara/AlphaBot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GameData ( ) : System
GetPlayer ( UInt32 id ) : Player

메소드 상세

GameData() 공개 메소드

public GameData ( ) : System
리턴 System

GetPlayer() 공개 메소드

public GetPlayer ( UInt32 id ) : Player
id System.UInt32
리턴 Player

프로퍼티 상세

m_areaId 보호되어 있는 프로퍼티

protected Int32,System m_areaId
리턴 System.Int32

m_currentAct 보호되어 있는 프로퍼티

protected ActType m_currentAct
리턴 ActType

m_experience 보호되어 있는 프로퍼티

protected UInt32,System m_experience
리턴 System.UInt32

m_firstNpcInfoPacket 보호되어 있는 프로퍼티

protected Boolean,System m_firstNpcInfoPacket
리턴 System.Boolean

m_fullyEnteredGame 보호되어 있는 프로퍼티

protected Boolean,System m_fullyEnteredGame
리턴 System.Boolean

m_hasMerc 보호되어 있는 프로퍼티

protected Boolean,System m_hasMerc
리턴 System.Boolean

m_lastTeleport 보호되어 있는 프로퍼티

protected Int32,System m_lastTeleport
리턴 System.Int32

m_mapId 보호되어 있는 프로퍼티

protected Int32,System m_mapId
리턴 System.Int32

m_me 보호되어 있는 프로퍼티

protected Player,BattleNet m_me
리턴 Player

m_rightSkill 보호되어 있는 프로퍼티

protected UInt32,System m_rightSkill
리턴 System.UInt32

m_talkedToNpc 보호되어 있는 프로퍼티

protected Boolean,System m_talkedToNpc
리턴 System.Boolean