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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Cancel() 공개 메소드

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

ChatEvent() 공개 메소드

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

ReplyWith() 공개 메소드

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

프로퍼티 상세

AllowFormatting 공개적으로 프로퍼티

public bool AllowFormatting
리턴 bool

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,Core User
리턴 Core.Player