메소드 | 설명 | |
---|---|---|
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, | |
리턴 | PlayerData, |
public GetPlayerWithRole ( string role ) : PlayerData, | ||
role | string | |
리턴 | PlayerData, |
public GetPlayerWithWorldId ( int world_id ) : PlayerData, | ||
world_id | int | /// World_id. /// |
리턴 | PlayerData, |