C# Класс OTA.BasePlayerExtensions

BasePlayer extensions
Показать файл Открыть проект

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

Метод Описание
IsOp ( this player ) : bool

Determines if the player is an operator

SetOp ( this player, bool op ) : void

Update operator status for the player

Описание методов

IsOp() публичный статический Метод

Determines if the player is an operator
public static IsOp ( this player ) : bool
player this
Результат bool

SetOp() публичный статический Метод

Update operator status for the player
public static SetOp ( this player, bool op ) : void
player this
op bool
Результат void