C# Class Pluton.Events.CommandEvent

Inheritance: CountedInstance
显示文件 Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Args string[]
Cmd string
Reply string
User Player

Private Properties

Property Type Description

Public Methods

Method Description
CommandEvent ( Player player, string command ) : System
ReplyWith ( string msg ) : void

Method Details

CommandEvent() public method

public CommandEvent ( Player player, string command ) : System
player Player
command string
return System

ReplyWith() public method

public ReplyWith ( string msg ) : void
msg string
return void

Property Details

Args public_oe property

public string[] Args
return string[]

Cmd public_oe property

public string Cmd
return string

Reply public_oe property

public string Reply
return string

User public_oe property

public Player User
return Player