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