mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 18:29:49 +02:00
Lua methods for reading/writing the bmap and emap (no mapped walltypes yet
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user