C# Class Pluton.Rust.Events.CommandPermissionEvent

Inheritance: CommandEvent
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Blocked bool
ChatCommand ChatCommand

Public Methods

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

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 ) : Rust.Objects
player Player
command string
chatCmd ChatCommand
return Rust.Objects

Property Details

Blocked public property

public bool Blocked
return bool

ChatCommand public property

public ChatCommand ChatCommand
return ChatCommand