C# Class LKCamelot.model.PlayerHandler

Afficher le fichier Open project: vans163/LKEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
add Player>.ConcurrentDictionary

Méthodes publiques

Méthode Description
HasPlayer ( string name ) : bool
getSingleton ( ) : PlayerHandler
newPlayerClient ( IOClient client ) : void
removePlayerClient ( IOClient client ) : void

Method Details

HasPlayer() public méthode

public HasPlayer ( string name ) : bool
name string
Résultat bool

getSingleton() public static méthode

public static getSingleton ( ) : PlayerHandler
Résultat PlayerHandler

newPlayerClient() public méthode

public newPlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
Résultat void

removePlayerClient() public méthode

public removePlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
Résultat void

Property Details

add public_oe property

public ConcurrentDictionary add
Résultat Player>.ConcurrentDictionary