C# 클래스 KBEngine.Account

상속: KBEngine.GameObject
파일 보기 프로젝트 열기: liuxq/TestGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
avatars Dictionary>

공개 메소드들

메소드 설명
__init__ ( ) : void
onCreateAvatarResult ( byte retcode, object info ) : void
onRemoveAvatar ( System.UInt64 dbid ) : void
onReqAvatarList ( object>.Dictionary infos ) : void
reqCreateAvatar ( string name, byte roleType ) : void
reqRemoveAvatar ( string name ) : void
selectAvatarGame ( System.UInt64 dbid ) : void

메소드 상세

__init__() 공개 메소드

public __init__ ( ) : void
리턴 void

onCreateAvatarResult() 공개 메소드

public onCreateAvatarResult ( byte retcode, object info ) : void
retcode byte
info object
리턴 void

onRemoveAvatar() 공개 메소드

public onRemoveAvatar ( System.UInt64 dbid ) : void
dbid System.UInt64
리턴 void

onReqAvatarList() 공개 메소드

public onReqAvatarList ( object>.Dictionary infos ) : void
infos object>.Dictionary
리턴 void

reqCreateAvatar() 공개 메소드

public reqCreateAvatar ( string name, byte roleType ) : void
name string
roleType byte
리턴 void

reqRemoveAvatar() 공개 메소드

public reqRemoveAvatar ( string name ) : void
name string
리턴 void

selectAvatarGame() 공개 메소드

public selectAvatarGame ( System.UInt64 dbid ) : void
dbid System.UInt64
리턴 void

프로퍼티 상세

avatars 공개적으로 프로퍼티

public Dictionary> avatars
리턴 Dictionary>