Méthode | Description | |
---|---|---|
Autoload ( ) : void | ||
Compile ( string commandName ) : bool |
Compiles a written function from source into a DLL.
|
|
CreateNew ( string CmdName ) : void |
Creates a new, empty command class.
|
|
Load ( string command ) : string |
Loads a command for use on the server.
|
Méthode | Description | |
---|---|---|
ClassName ( string name ) : string |
Creates a class name from the given string.
|
public static Compile ( string commandName ) : bool | ||
commandName | string | Name of the command file to be compiled (without the extension) |
Résultat | bool |
public static CreateNew ( string CmdName ) : void | ||
CmdName | string | |
Résultat | void |
public static Load ( string command ) : string | ||
command | string | Name of the command to be loaded (make sure it's prefixed by Cmd before bringing it in here or you'll have problems). |
Résultat | string |