Command.Overload

Command's overload.

Members

Enums

TARGET
anonymousenum TARGET
Undocumented in source.

Functions

callArgs
CommandResult callArgs(CommandSender sender, string args)
Undocumented in source.
callableBy
bool callableBy(CommandSender sender)
Undocumented in source.
enumMembers
string[] enumMembers(size_t i)
Undocumented in source.
pocketTypeOf
PocketType pocketTypeOf(size_t i)
Undocumented in source.
typeOf
string typeOf(size_t i)
Undocumented in source.

Properties

requiredArgs
size_t requiredArgs [@property getter]
Undocumented in source.

Variables

params
string[] params;

Name of the parameters (name of the variables if not specified by the user).

Meta