#include <sio2_script.h>
Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The name of the SIO2cript. | |
| unsigned char * | code |
| The LUA source code of the SIO2script. | |
| unsigned char | compiled |
| Determine whether or not the SIO2script have been compiled. | |
| int | error_code |
| The last LUA error number for the SIO2script (if any). | |
| char SIO2script::name[SIO2_MAX_CHAR] |
The name of the SIO2cript.
Referenced by sio2ResourceGet(), sio2ScriptGetError(), and sio2ScriptInit().
| unsigned char* SIO2script::code |
The LUA source code of the SIO2script.
Referenced by sio2ScriptCompile(), sio2ScriptFree(), and sio2ScriptLoad().
| unsigned char SIO2script::compiled |
Determine whether or not the SIO2script have been compiled.
Referenced by sio2ResourceCompileAllScripts(), and sio2ScriptCompile().
The last LUA error number for the SIO2script (if any).
Referenced by sio2ScriptCompile(), and sio2ScriptGetError().
1.5.6