◆ Command()
BrokeProtocol.API.Command.Command |
( |
string | name, |
|
|
int | parameterCount, |
|
|
Delegate | method = null, |
|
|
Func< ShPlayer, Command, bool > | testMethod = null, |
|
|
string | permission = null ) |
|
inline |
◆ Equals()
override bool BrokeProtocol.API.Command.Equals |
( |
object | obj | ) |
|
◆ GetHashCode()
override int BrokeProtocol.API.Command.GetHashCode |
( |
| ) |
|
◆ GetUsage()
string BrokeProtocol.API.Command.GetUsage |
( |
| ) |
|
|
inline |
◆ Invoke()
bool BrokeProtocol.API.Command.Invoke |
( |
ShPlayer | player, |
|
|
string[] | args, |
|
|
int | inputCount ) |
|
inline |
◆ PlayerHasPermission()
bool BrokeProtocol.API.Command.PlayerHasPermission |
( |
ShPlayer | player | ) |
|
|
inline |
◆ FullParameters
ParameterInfo [] BrokeProtocol.API.Command.FullParameters |
|
get |
◆ Hash
int BrokeProtocol.API.Command.Hash |
|
get |
◆ Method
MethodInfo BrokeProtocol.API.Command.Method |
|
get |
◆ Name
string BrokeProtocol.API.Command.Name |
|
get |
◆ ParameterCount
int BrokeProtocol.API.Command.ParameterCount |
|
get |
◆ PartialParameters
ParameterInfo [] BrokeProtocol.API.Command.PartialParameters |
|
get |
◆ Permission
string BrokeProtocol.API.Command.Permission |
|
get |
◆ Target
object BrokeProtocol.API.Command.Target |
|
get |
◆ TestMethod
The documentation for this class was generated from the following file: