C# 클래스 GameBase.Network.Internal.SaveRoleData_Attr

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
SaveRoleData_Attr ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( byte msg ) : void
msg byte
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

SaveRoleData_Attr() 공개 메소드

public SaveRoleData_Attr ( ) : System
리턴 System

프로퍼티 상세

IsExit 공개적으로 프로퍼티

public bool IsExit
리턴 bool

accountid 공개적으로 프로퍼티

public int accountid
리턴 int

exp 공개적으로 프로퍼티

public int exp
리턴 int

gamegold 공개적으로 프로퍼티

public long gamegold
리턴 long

godlevel 공개적으로 프로퍼티

public byte godlevel
리턴 byte

gold 공개적으로 프로퍼티

public long gold
리턴 long

guanjue 공개적으로 프로퍼티

public ulong guanjue
리턴 ulong

hair 공개적으로 프로퍼티

public uint hair
리턴 uint

hotkey 공개적으로 프로퍼티

public String hotkey
리턴 String

level 공개적으로 프로퍼티

public byte level
리턴 byte

life 공개적으로 프로퍼티

public uint life
리턴 uint

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

mParam 공개적으로 프로퍼티

public ushort mParam
리턴 ushort

mana 공개적으로 프로퍼티

public uint mana
리턴 uint

mapid 공개적으로 프로퍼티

public uint mapid
리턴 uint

maxeudemon 공개적으로 프로퍼티

public byte maxeudemon
리턴 byte

name 공개적으로 프로퍼티

public String name
리턴 String

pk 공개적으로 프로퍼티

public short pk
리턴 short

profession 공개적으로 프로퍼티

public byte profession
리턴 byte

stronggold 공개적으로 프로퍼티

public long stronggold
리턴 long

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short