C# Class Pluton.Rust.Events.CommandPermissionEvent

Inheritance: CommandEvent
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
Blocked bool
ChatCommand ChatCommand

Méthodes publiques

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

Method Details

BlockCommand() public méthode

public BlockCommand ( string reason ) : void
reason string
Résultat void

CommandPermissionEvent() public méthode

public CommandPermissionEvent ( Player player, string command, ChatCommand chatCmd ) : Rust.Objects
player Player
command string
chatCmd ChatCommand
Résultat Rust.Objects

Property Details

Blocked public_oe property

public bool Blocked
Résultat bool

ChatCommand public_oe property

public ChatCommand ChatCommand
Résultat ChatCommand