diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 17:13:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 17:13:17 (GMT) |
| commit | fdb4dff4d77d36e45e48847a602b53f786380ba0 (patch) | |
| tree | cf46155bfe55f32597bb64f60a56887059569e09 /src/cat/LuaScriptHelper.h | |
| parent | 2417ad3b41589f07eecb6e32c913c8858589c13c (diff) | |
| download | powder-fdb4dff4d77d36e45e48847a602b53f786380ba0.zip powder-fdb4dff4d77d36e45e48847a602b53f786380ba0.tar.gz | |
TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes yet) 1c4bce1f22
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
| -rw-r--r-- | src/cat/LuaScriptHelper.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cat/LuaScriptHelper.h b/src/cat/LuaScriptHelper.h index b5b885d..079a32e 100644 --- a/src/cat/LuaScriptHelper.h +++ b/src/cat/LuaScriptHelper.h @@ -81,6 +81,14 @@ 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); |
