diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-20 12:02:52 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-20 12:02:52 (GMT) |
| commit | 1c4bce1f22d67c25b9bf7ec92dbef37628885f1e (patch) | |
| tree | 6630ea74e840a094f6b650feedbb5309d6ab33a4 /includes | |
| parent | 3702438482785414076689bfb3b8ceeaaa1fbc3a (diff) | |
| download | powder-1c4bce1f22d67c25b9bf7ec92dbef37628885f1e.zip powder-1c4bce1f22d67c25b9bf7ec92dbef37628885f1e.tar.gz | |
Lua methods for reading/writing the bmap and emap (no mapped walltypes yet
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index e559482..c77cda5 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -67,6 +67,10 @@ 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_set_wallmap(lua_State* l); +int luatpt_get_wallmap(lua_State* l); +int luatpt_set_elecmap(lua_State* l); +int luatpt_get_elecmap(lua_State* l); int luatpt_drawpixel(lua_State* l); int luatpt_drawrect(lua_State* l); int luatpt_fillrect(lua_State* l); |
