C# 클래스 Pluton.Events.CommandEvent

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

CommandEvent() 공개 메소드

public CommandEvent ( Player player, string command ) : System
player 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 User
리턴 Player