C# Class Pluton.Rust.Events.ChatEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
AllowFormatting bool
Arg ConsoleSystem.Arg
BroadcastName string
FinalText string
OriginalText string
Reply string
User Core.Player

Méthodes publiques

Méthode Description
Cancel ( string reply = "Your message was not sent" ) : void
ChatEvent ( Core.Player player, ConsoleSystem args ) : Core
ReplyWith ( string msg ) : void

Method Details

Cancel() public méthode

public Cancel ( string reply = "Your message was not sent" ) : void
reply string
Résultat void

ChatEvent() public méthode

public ChatEvent ( Core.Player player, ConsoleSystem args ) : Core
player Core.Player
args ConsoleSystem
Résultat Core

ReplyWith() public méthode

public ReplyWith ( string msg ) : void
msg string
Résultat void

Property Details

AllowFormatting public_oe property

public bool AllowFormatting
Résultat bool

Arg public_oe property

public ConsoleSystem.Arg Arg
Résultat ConsoleSystem.Arg

BroadcastName public_oe property

public string BroadcastName
Résultat string

FinalText public_oe property

public string FinalText
Résultat string

OriginalText public_oe property

public string OriginalText
Résultat string

Reply public_oe property

public string Reply
Résultat string

User public_oe property

public Player,Core User
Résultat Core.Player