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.
|
public GetPlayerWithRole ( Player, role ) : PlayerData, | ||
role | Player, | |
return | PlayerData, |
public GetPlayerWithRole ( string role ) : PlayerData, | ||
role | string | |
return | PlayerData, |
public GetPlayerWithWorldId ( int world_id ) : PlayerData, | ||
world_id | int | /// World_id. /// |
return | PlayerData, |
public this ( int index ) : PlayerData, | ||
index | int | /// Index. /// |
return | PlayerData, |