C# Class DarkEmu_GameServer.Player._General

ファイルを表示 Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
AccountID uint
Busy bool
CharacterID uint
CharacterName string
Index long
MaxSlots byte
Pass string
State byte
UniqueID uint
User string
WeaponType byte

Property Details

AccountID public_oe property

public uint AccountID
return uint

Busy public_oe property

public bool Busy
return bool

CharacterID public_oe property

public uint CharacterID
return uint

CharacterName public_oe property

public string CharacterName
return string

Index public_oe property

public long Index
return long

MaxSlots public_oe property

public byte MaxSlots
return byte

Pass public_oe property

public string Pass
return string

State public_oe property

public byte State
return byte

UniqueID public_oe property

public uint UniqueID
return uint

User public_oe property

public string User
return string

WeaponType public_oe property

public byte WeaponType
return byte