C# Class Pluton.Events.ChatEvent

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Cancel ( string reply = "Your message was not sent" ) : void
ChatEvent ( Player player, ConsoleSystem args ) : System
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 ( Player player, ConsoleSystem args ) : System
player Player
args ConsoleSystem
Résultat System

ReplyWith() public méthode

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

Property Details

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 User
Résultat Player