C# Class GameBase.Network.Internal.RoleInfo

Exibir arquivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
accountid int
exp uint
gamegold int
gameid uint
godlevel int
gold int
guanjue ulong
hair uint
hotkey String
isRole bool
life uint
lookface uint
lv byte
mKey int
mKey1 int
mParam ushort
mana uint
mapid int
maxeudemon byte
name String
pk short
playerid int
profession byte
sAccount String
stronggold int
x short
y short

Public Methods

Method Description
GetBuffer ( ) : byte[]
RoleInfo ( byte msg = null ) : System

Method Details

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

RoleInfo() public method

public RoleInfo ( byte msg = null ) : System
msg byte
return System

Property Details

accountid public_oe property

public int accountid
return int

exp public_oe property

public uint exp
return uint

gamegold public_oe property

public int gamegold
return int

gameid public_oe property

public uint gameid
return uint

godlevel public_oe property

public int godlevel
return int

gold public_oe property

public int gold
return int

guanjue public_oe property

public ulong guanjue
return ulong

hair public_oe property

public uint hair
return uint

hotkey public_oe property

public String hotkey
return String

isRole public_oe property

public bool isRole
return bool

life public_oe property

public uint life
return uint

lookface public_oe property

public uint lookface
return uint

lv public_oe property

public byte lv
return byte

mKey public_oe property

public int mKey
return int

mKey1 public_oe property

public int mKey1
return int

mParam public_oe property

public ushort mParam
return ushort

mana public_oe property

public uint mana
return uint

mapid public_oe property

public int mapid
return int

maxeudemon public_oe property

public byte maxeudemon
return byte

name public_oe property

public String name
return String

pk public_oe property

public short pk
return short

playerid public_oe property

public int playerid
return int

profession public_oe property

public byte profession
return byte

sAccount public_oe property

public String sAccount
return String

stronggold public_oe property

public int stronggold
return int

x public_oe property

public short x
return short

y public_oe property

public short y
return short