diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-30 18:44:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-30 18:44:17 (GMT) |
| commit | d5f1a4cfd073f87d636e6975c28d42b8a7456840 (patch) | |
| tree | 96da8a76a924221d1fca5769ce1ef2d24c6a75e7 /includes | |
| parent | cad644824d3e1bc5aa1dc72404c2f54cf5342e92 (diff) | |
| download | powder-d5f1a4cfd073f87d636e6975c28d42b8a7456840.zip powder-d5f1a4cfd073f87d636e6975c28d42b8a7456840.tar.gz | |
Many methods for Lua console
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index 00f28c2..a9c7eae 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -16,4 +16,21 @@ int process_command_lua(pixel *vid_buf, char *console, char *console_error); //TPT Interface int luatpt_test(lua_State* l); int luatpt_drawtext(lua_State* l); +int luatpt_create(lua_State* l); +int luatpt_setpause(lua_State* l); +int luatpt_togglepause(lua_State* l); +int luatpt_setconsole(lua_State* l); +int luatpt_log(lua_State* l); +int luatpt_reset_pressure(lua_State* l); +int luatpt_reset_velocity(lua_State* l); +int luatpt_reset_spark(lua_State* l); +int luatpt_set_property(lua_State* l); +int luatpt_get_property(lua_State* l); +int luatpt_drawpixel(lua_State* l); +int luatpt_drawrect(lua_State* l); +int luatpt_fillrect(lua_State* l); +int luatpt_textwidth(lua_State* l); +int luatpt_get_name(lua_State* l); +int luatpt_set_shortcuts(lua_State* l); +int luatpt_delete(lua_State* l); #endif |
