C# Class WorldData, tf_client

Show file Open project: wids-eria/tf_client Class Usage Examples

Public Methods

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

Method Details

GetClassForUser() public method

public GetClassForUser ( int userId ) : Player.CharacterClass
userId int
return Player.CharacterClass

GetClassForUser() public method

public GetClassForUser ( int userId, Player, &c ) : bool
userId int
c Player,
return bool

GetClassNameForUser() public method

public GetClassNameForUser ( int userId ) : string
userId int
return string

GetPlayerIdFromRole() public method

public GetPlayerIdFromRole ( Player, role ) : int
role Player,
return int

GetUserIdFromRole() public method

public GetUserIdFromRole ( Player, role ) : int
role Player,
return int