Method | Description | |
---|---|---|
SchumixCommandAttribute ( string command, CommandPermission permission = CommandPermission.Normal ) : System |
Marks a method as an Schumix command.
|
public SchumixCommandAttribute ( string command, CommandPermission permission = CommandPermission.Normal ) : System | ||
command | string | The command corresponding to this method. |
permission | CommandPermission | Command's access permission |
return | System |