C# Class PlayersData, tf_client

Players data.
Inheritance: System.Object
显示文件 Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
GetPlayerWithRole ( Player, role ) : PlayerData,
GetPlayerWithRole ( string role ) : PlayerData,
GetPlayerWithWorldId ( int world_id ) : PlayerData,

Gets the player with world identifier.

GetWorldNames ( ) : string[]

Gets the world names.

this ( int index ) : PlayerData,

Gets or sets the PlayersData at the specified index.

Method Details

GetPlayerWithRole() public method

public GetPlayerWithRole ( Player, role ) : PlayerData,
role Player,
return PlayerData,

GetPlayerWithRole() public method

public GetPlayerWithRole ( string role ) : PlayerData,
role string
return PlayerData,

GetPlayerWithWorldId() public method

Gets the player with world identifier.
public GetPlayerWithWorldId ( int world_id ) : PlayerData,
world_id int /// World_id. ///
return PlayerData,

GetWorldNames() public method

Gets the world names.
public GetWorldNames ( ) : string[]
return string[]

this() public method

Gets or sets the PlayersData at the specified index.
public this ( int index ) : PlayerData,
index int /// Index. ///
return PlayerData,