diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-17 04:48:09 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-17 04:48:09 (GMT) |
| commit | 17cd0e74f26b28101edf1ded343e83820d3f4357 (patch) | |
| tree | b3b67b717bf946af99f851e957161fd105f3c56e /src/cat/LuaScriptInterface.h | |
| parent | f9f79e4f530c38dd93b32505d630797a7ec2002e (diff) | |
| download | powder-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.h | 1 |
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 |
