summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-17 04:48:09 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-17 04:48:09 (GMT)
commit17cd0e74f26b28101edf1ded343e83820d3f4357 (patch)
treeb3b67b717bf946af99f851e957161fd105f3c56e /src/cat/LuaScriptInterface.h
parentf9f79e4f530c38dd93b32505d630797a7ec2002e (diff)
downloadpowder-17cd0e74f26b28101edf1ded343e83820d3f4357.zip
powder-17cd0e74f26b28101edf1ded343e83820d3f4357.tar.gz
add gravmap setting. Getting doesn't work right now, and maybe i should check if gravx/y can be modified too
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index c88b973..f7b1a13 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -63,6 +63,7 @@ class LuaScriptInterface: public CommandInterface
static int simulation_pressure(lua_State * l);
static int simulation_velocityX(lua_State * l);
static int simulation_velocityY(lua_State * l);
+ static int simulation_gravMap(lua_State * l);
static int simulation_ambientHeat(lua_State * l);
//Renderer