C# 클래스 Pluton.Events.ChatEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
Arg ConsoleSystem.Arg
BroadcastName string
FinalText string
OriginalText string
Reply string
User Player

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cancel ( string reply = "Your message was not sent" ) : void
ChatEvent ( Player player, ConsoleSystem args ) : System
ReplyWith ( string msg ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( string reply = "Your message was not sent" ) : void
reply string
리턴 void

ChatEvent() 공개 메소드

public ChatEvent ( Player player, ConsoleSystem args ) : System
player Player
args ConsoleSystem
리턴 System

ReplyWith() 공개 메소드

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

프로퍼티 상세

Arg 공개적으로 프로퍼티

public ConsoleSystem.Arg Arg
리턴 ConsoleSystem.Arg

BroadcastName 공개적으로 프로퍼티

public string BroadcastName
리턴 string

FinalText 공개적으로 프로퍼티

public string FinalText
리턴 string

OriginalText 공개적으로 프로퍼티

public string OriginalText
리턴 string

Reply 공개적으로 프로퍼티

public string Reply
리턴 string

User 공개적으로 프로퍼티

public Player User
리턴 Player