C# 클래스 Pluton.Rust.Events.CommandPermissionEvent

상속: CommandEvent
파일 보기 프로젝트 열기: Notulp/Pluton.Rust

공개 프로퍼티들

프로퍼티 타입 설명
Blocked bool
ChatCommand ChatCommand

공개 메소드들

메소드 설명
BlockCommand ( string reason ) : void
CommandPermissionEvent ( Player player, string command, ChatCommand chatCmd ) : Rust.Objects

메소드 상세

BlockCommand() 공개 메소드

public BlockCommand ( string reason ) : void
reason string
리턴 void

CommandPermissionEvent() 공개 메소드

public CommandPermissionEvent ( Player player, string command, ChatCommand chatCmd ) : Rust.Objects
player Player
command string
chatCmd ChatCommand
리턴 Rust.Objects

프로퍼티 상세

Blocked 공개적으로 프로퍼티

public bool Blocked
리턴 bool

ChatCommand 공개적으로 프로퍼티

public ChatCommand ChatCommand
리턴 ChatCommand