C# Класс PlayersData, tf_client

Players data.
Наследование: System.Object
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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,