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 |
public GetClassForUser ( int userId ) : Player.CharacterClass | ||
userId | int | |
Résultat | Player.CharacterClass |
public GetClassForUser ( int userId, Player, &c ) : bool | ||
userId | int | |
c | Player, | |
Résultat | bool |
public GetClassNameForUser ( int userId ) : string | ||
userId | int | |
Résultat | string |
public GetPlayerIdFromRole ( Player, role ) : int | ||
role | Player, | |
Résultat | int |
public GetUserIdFromRole ( Player, role ) : int | ||
role | Player, | |
Résultat | int |