GrafX2 2.9.3227
The ultimate 256-color painting program
|
Functions | |
void | Button_Brush_Factory (int) |
void | Repeat_script (void) |
void | Run_numbered_script (byte index) |
Run a lua script linked to a shortcut, 0-9. More... | |
const char * | Lua_version (void) |
Returns a string stating the included Lua engine version, or "Disabled" if Grafx2 is compiled without Lua. More... | |
Variables | |
char * | Bound_script [10] |
Lua scripts bound to shortcut keys. More... | |
void Button_Brush_Factory | ( | int | ) |
void Repeat_script | ( | void | ) |
Referenced by Main_handler().
void Run_numbered_script | ( | byte | index | ) |
Run a lua script linked to a shortcut, 0-9.
Before: Cursor hidden After: Cursor shown
Referenced by Main_handler().
const char * Lua_version | ( | void | ) |
Returns a string stating the included Lua engine version, or "Disabled" if Grafx2 is compiled without Lua.
Referenced by Button_Stats().
|
extern |
Lua scripts bound to shortcut keys.
Referenced by Load_CFG(), Program_shutdown(), and Save_CFG().