Automatically sets up every textscript command in the mod after calling ModTextScriptCommand::Init().
More...
#include <ModTextScriptCommand.h>
|
typedef void(* | TSCRunFunc) (int &x, int &y, int &z, int &w, bool &bExit, int &iError) |
| Run a TextScriptCommand object's code. More...
|
|
|
static void | Init () |
| Initialize the text script commands.
|
|
|
char | mCommand [4] |
| This command's identifier.
|
|
char * | mShortDesc |
| This command's shorthand descriptor.
|
|
char * | mDesc |
| This command's descriptor.
|
|
char * | mArguments |
| This command's arguments.
|
|
Automatically sets up every textscript command in the mod after calling ModTextScriptCommand::Init().
◆ TSCRunFunc
typedef void(* ModTextScriptCommand::TSCRunFunc) (int &x, int &y, int &z, int &w, bool &bExit, int &iError) |
Run a TextScriptCommand object's code.
- Parameters
-
x | X value. |
y | Y value. |
z | Z value. |
w | W value. |
iError | The error code. Don't mess with it if there is no error. |
The documentation for this class was generated from the following file: