C# Class Pluton.Events.CommandPermissionEvent

Inheritance: CommandEvent
显示文件 Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Blocked bool
ChatCommand ChatCommand

Private Properties

Property Type Description

Public Methods

Method Description
BlockCommand ( string reason ) : void
CommandPermissionEvent ( Player player, string command, ChatCommand chatCmd ) : System

Method Details

BlockCommand() public method

public BlockCommand ( string reason ) : void
reason string
return void

CommandPermissionEvent() public method

public CommandPermissionEvent ( Player player, string command, ChatCommand chatCmd ) : System
player Player
command string
chatCmd ChatCommand
return System

Property Details

Blocked public_oe property

public bool Blocked
return bool

ChatCommand public_oe property

public ChatCommand ChatCommand
return ChatCommand