diff options
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index b6ebcfe..5bee8e1 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -45,6 +45,13 @@ class LuaScriptInterface: public CommandInterface { bool currentCommand; TPTScriptInterface * legacy; + //Simulation + void initSimulationAPI(); + static int simulation_partNeighbours(lua_State * l); + static int simulation_partChangeType(lua_State * l); + static int simulation_partCreate(lua_State * l); + static int simulation_partKill(lua_State * l); + //Renderer void initRendererAPI(); static int renderer_renderModes(lua_State * l); |
