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

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

공개 프로퍼티들

프로퍼티 타입 설명
Args string[]
Cmd string
Reply string
User Core.Player

공개 메소드들

메소드 설명
CommandEvent ( Core.Player player, string command ) : System
ReplyWith ( string msg ) : void

메소드 상세

CommandEvent() 공개 메소드

public CommandEvent ( Core.Player player, string command ) : System
player Core.Player
command string
리턴 System

ReplyWith() 공개 메소드

public ReplyWith ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

Args 공개적으로 프로퍼티

public string[] Args
리턴 string[]

Cmd 공개적으로 프로퍼티

public string Cmd
리턴 string

Reply 공개적으로 프로퍼티

public string Reply
리턴 string

User 공개적으로 프로퍼티

public Player,Core User
리턴 Core.Player