C# Class GameBase.Network.Internal.SaveRoleData_Attr

显示文件 Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
IsExit bool
accountid int
exp int
gamegold long
godlevel byte
gold long
guanjue ulong
hair uint
hotkey String
level byte
life uint
lookface uint
mParam ushort
mana uint
mapid uint
maxeudemon byte
name String
pk short
profession byte
stronggold long
x short
y short

Public Methods

Method Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
SaveRoleData_Attr ( ) : System

Method Details

Create() public method

public Create ( byte msg ) : void
msg byte
return void

GetBuffer() public method

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

SaveRoleData_Attr() public method

public SaveRoleData_Attr ( ) : System
return System

Property Details

IsExit public_oe property

public bool IsExit
return bool

accountid public_oe property

public int accountid
return int

exp public_oe property

public int exp
return int

gamegold public_oe property

public long gamegold
return long

godlevel public_oe property

public byte godlevel
return byte

gold public_oe property

public long gold
return long

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

level public_oe property

public byte level
return byte

life public_oe property

public uint life
return uint

lookface public_oe property

public uint lookface
return uint

mParam public_oe property

public ushort mParam
return ushort

mana public_oe property

public uint mana
return uint

mapid public_oe property

public uint mapid
return uint

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

profession public_oe property

public byte profession
return byte

stronggold public_oe property

public long stronggold
return long

x public_oe property

public short x
return short

y public_oe property

public short y
return short