C# Class GameBase.Network.Internal.SaveRoleData_Attr

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
SaveRoleData_Attr ( ) : System

Method Details

Create() public méthode

public Create ( byte msg ) : void
msg byte
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

SaveRoleData_Attr() public méthode

public SaveRoleData_Attr ( ) : System
Résultat System

Property Details

IsExit public_oe property

public bool IsExit
Résultat bool

accountid public_oe property

public int accountid
Résultat int

exp public_oe property

public int exp
Résultat int

gamegold public_oe property

public long gamegold
Résultat long

godlevel public_oe property

public byte godlevel
Résultat byte

gold public_oe property

public long gold
Résultat long

guanjue public_oe property

public ulong guanjue
Résultat ulong

hair public_oe property

public uint hair
Résultat uint

hotkey public_oe property

public String hotkey
Résultat String

level public_oe property

public byte level
Résultat byte

life public_oe property

public uint life
Résultat uint

lookface public_oe property

public uint lookface
Résultat uint

mParam public_oe property

public ushort mParam
Résultat ushort

mana public_oe property

public uint mana
Résultat uint

mapid public_oe property

public uint mapid
Résultat uint

maxeudemon public_oe property

public byte maxeudemon
Résultat byte

name public_oe property

public String name
Résultat String

pk public_oe property

public short pk
Résultat short

profession public_oe property

public byte profession
Résultat byte

stronggold public_oe property

public long stronggold
Résultat long

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short