C# Класс TShockAPI.Hooks.PlayerPermissionEventArgs

EventArgs used for the PlayerHooks.PlayerPermission event.
Наследование: System.ComponentModel.HandledEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PlayerPermissionEventArgs ( TSPlayer player, string permission ) : System.Collections.Generic

Initializes a new instance of the PlayerPermissionEventArgs class.

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

PlayerPermissionEventArgs() публичный Метод

Initializes a new instance of the PlayerPermissionEventArgs class.
public PlayerPermissionEventArgs ( TSPlayer player, string permission ) : System.Collections.Generic
player TSPlayer The player who fired the event.
permission string The permission being checked.
Результат System.Collections.Generic