GrafX2 2.9.3227
The ultimate 256-color painting program
factory.h File Reference
+ This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ Button_Brush_Factory()

void Button_Brush_Factory ( int  )

◆ Repeat_script()

void Repeat_script ( void  )

Referenced by Main_handler().

◆ Run_numbered_script()

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().

◆ Lua_version()

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().

Variable Documentation

◆ Bound_script

char* Bound_script[10]
extern

Lua scripts bound to shortcut keys.

Referenced by Load_CFG(), Program_shutdown(), and Save_CFG().