C# 클래스 Pluton.Events.ClientConsoleEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
Args List
Cmd string
Internal ConsoleSystem.Arg
Reply string
User Player

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClientConsoleEvent ( ConsoleSystem arg, string rconCmd ) : System
ReplyWith ( string msg ) : void

메소드 상세

ClientConsoleEvent() 공개 메소드

public ClientConsoleEvent ( ConsoleSystem arg, string rconCmd ) : System
arg ConsoleSystem
rconCmd string
리턴 System

ReplyWith() 공개 메소드

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

프로퍼티 상세

Args 공개적으로 프로퍼티

public List Args
리턴 List

Cmd 공개적으로 프로퍼티

public string Cmd
리턴 string

Internal 공개적으로 프로퍼티

public ConsoleSystem.Arg Internal
리턴 ConsoleSystem.Arg

Reply 공개적으로 프로퍼티

public string Reply
리턴 string

User 공개적으로 프로퍼티

public Player User
리턴 Player