C# Class KBEngine.Account

Inheritance: KBEngine.GameObject
Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Свойство Type Description
avatars Dictionary>

Méthodes publiques

Méthode 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 méthode

public __init__ ( ) : void
Résultat void

onCreateAvatarResult() public méthode

public onCreateAvatarResult ( byte retcode, object info ) : void
retcode byte
info object
Résultat void

onRemoveAvatar() public méthode

public onRemoveAvatar ( System.UInt64 dbid ) : void
dbid System.UInt64
Résultat void

onReqAvatarList() public méthode

public onReqAvatarList ( object>.Dictionary infos ) : void
infos object>.Dictionary
Résultat void

reqCreateAvatar() public méthode

public reqCreateAvatar ( string name, byte roleType ) : void
name string
roleType byte
Résultat void

reqRemoveAvatar() public méthode

public reqRemoveAvatar ( string name ) : void
name string
Résultat void

selectAvatarGame() public méthode

public selectAvatarGame ( System.UInt64 dbid ) : void
dbid System.UInt64
Résultat void

Property Details

avatars public_oe property

public Dictionary> avatars
Résultat Dictionary>