C# Class WorldData, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Méthode Description
GetClassForUser ( int userId ) : Player.CharacterClass
GetClassForUser ( int userId, Player, &c ) : bool
GetClassNameForUser ( int userId ) : string
GetPlayerIdFromRole ( Player, role ) : int
GetUserIdFromRole ( Player, role ) : int

Method Details

GetClassForUser() public méthode

public GetClassForUser ( int userId ) : Player.CharacterClass
userId int
Résultat Player.CharacterClass

GetClassForUser() public méthode

public GetClassForUser ( int userId, Player, &c ) : bool
userId int
c Player,
Résultat bool

GetClassNameForUser() public méthode

public GetClassNameForUser ( int userId ) : string
userId int
Résultat string

GetPlayerIdFromRole() public méthode

public GetPlayerIdFromRole ( Player, role ) : int
role Player,
Résultat int

GetUserIdFromRole() public méthode

public GetUserIdFromRole ( Player, role ) : int
role Player,
Résultat int