summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-17 03:53:46 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-17 03:53:46 (GMT)
commitf9f79e4f530c38dd93b32505d630797a7ec2002e (patch)
tree79aa8ad4c9456802ea159e04071024ce7e811e8e /src/cat/LuaScriptInterface.h
parentfc9f263961ae84c2c517270a0be4c6d62065324d (diff)
downloadpowder-f9f79e4f530c38dd93b32505d630797a7ec2002e.zip
powder-f9f79e4f530c38dd93b32505d630797a7ec2002e.tar.gz
combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityY
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 9dd661b..c88b973 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -60,14 +60,10 @@ class LuaScriptInterface: public CommandInterface
static int simulation_partChangeType(lua_State * l);
static int simulation_partCreate(lua_State * l);
static int simulation_partKill(lua_State * l);
- static int simulation_setPressure(lua_State * l);
- static int simulation_getPressure(lua_State * l);
- /*static int simulation_partKill(lua_State * l);
- static int simulation_partKill(lua_State * l);
- static int simulation_partKill(lua_State * l);
- static int simulation_partKill(lua_State * l);
- static int simulation_partKill(lua_State * l);
- static int simulation_partKill(lua_State * l);*/
+ static int simulation_pressure(lua_State * l);
+ static int simulation_velocityX(lua_State * l);
+ static int simulation_velocityY(lua_State * l);
+ static int simulation_ambientHeat(lua_State * l);
//Renderer
void initRendererAPI();