프로퍼티 | 타입 | 설명 | |
---|---|---|---|
avatars | Dictionary |
메소드 | 설명 | |
---|---|---|
__init__ ( ) : void | ||
onCreateAvatarResult ( byte retcode, object info ) : void | ||
onRemoveAvatar ( System.UInt64 dbid ) : void | ||
onReqAvatarList ( object>.Dictionary |
||
reqCreateAvatar ( string name, byte roleType ) : void | ||
reqRemoveAvatar ( string name ) : void | ||
selectAvatarGame ( System.UInt64 dbid ) : void |
public onCreateAvatarResult ( byte retcode, object info ) : void | ||
retcode | byte | |
info | object | |
리턴 | void |
public onRemoveAvatar ( System.UInt64 dbid ) : void | ||
dbid | System.UInt64 | |
리턴 | void |
public onReqAvatarList ( object>.Dictionary |
||
infos | object>.Dictionary | |
리턴 | void |
public reqCreateAvatar ( string name, byte roleType ) : void | ||
name | string | |
roleType | byte | |
리턴 | void |
public selectAvatarGame ( System.UInt64 dbid ) : void | ||
dbid | System.UInt64 | |
리턴 | void |