C# Class Pluton.Rust.Events.CommandEvent

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

Méthodes publiques

Свойство Type Description
Args string[]
Cmd string
Reply string
User Core.Player

Méthodes publiques

Méthode Description
CommandEvent ( Core.Player player, string command ) : System
ReplyWith ( string msg ) : void

Method Details

CommandEvent() public méthode

public CommandEvent ( Core.Player player, string command ) : System
player Core.Player
command string
Résultat System

ReplyWith() public méthode

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

Property Details

Args public_oe property

public string[] Args
Résultat string[]

Cmd public_oe property

public string Cmd
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