C# 클래스 PlayersData, tf_client

Players data.
상속: System.Object
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetPlayerWithRole() 공개 메소드

public GetPlayerWithRole ( Player, role ) : PlayerData,
role Player,
리턴 PlayerData,

GetPlayerWithRole() 공개 메소드

public GetPlayerWithRole ( string role ) : PlayerData,
role string
리턴 PlayerData,

GetPlayerWithWorldId() 공개 메소드

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

GetWorldNames() 공개 메소드

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

this() 공개 메소드

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