Метод | Описание | |
---|---|---|
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 | |
Результат | Player.CharacterClass |
public GetClassForUser ( int userId, Player, &c ) : bool | ||
userId | int | |
c | Player, | |
Результат | bool |
public GetClassNameForUser ( int userId ) : string | ||
userId | int | |
Результат | string |
public GetPlayerIdFromRole ( Player, role ) : int | ||
role | Player, | |
Результат | int |
public GetUserIdFromRole ( Player, role ) : int | ||
role | Player, | |
Результат | int |