C# Class KBEngine.Account

Inheritance: KBEngine.GameObject
Exibir arquivo Open project: liuxq/TestGame Class Usage Examples

Public Properties

Property Type Description
avatars Dictionary>

Public Methods

Method Description
__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

Method Details

__init__() public method

public __init__ ( ) : void
return void

onCreateAvatarResult() public method

public onCreateAvatarResult ( byte retcode, object info ) : void
retcode byte
info object
return void

onRemoveAvatar() public method

public onRemoveAvatar ( System.UInt64 dbid ) : void
dbid System.UInt64
return void

onReqAvatarList() public method

public onReqAvatarList ( object>.Dictionary infos ) : void
infos object>.Dictionary
return void

reqCreateAvatar() public method

public reqCreateAvatar ( string name, byte roleType ) : void
name string
roleType byte
return void

reqRemoveAvatar() public method

public reqRemoveAvatar ( string name ) : void
name string
return void

selectAvatarGame() public method

public selectAvatarGame ( System.UInt64 dbid ) : void
dbid System.UInt64
return void

Property Details

avatars public_oe property

public Dictionary> avatars
return Dictionary>