diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-13 14:57:54 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-13 14:57:54 (GMT) |
| commit | 688d82b4b940ed54c88e64f07301d6a077987f12 (patch) | |
| tree | e2c74b7626ee11124112f2fc1d832601e16f279c /src/cat/LuaScriptInterface.h | |
| parent | 99a15a19d081a3691a1a684300c39eb4084976cb (diff) | |
| download | powder-688d82b4b940ed54c88e64f07301d6a077987f12.zip powder-688d82b4b940ed54c88e64f07301d6a077987f12.tar.gz | |
add back sim.partNeighbors + some alternate spellings
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 1b3d1df..298385f 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -103,6 +103,7 @@ class LuaScriptInterface: public CommandInterface static int simulation_elementCount(lua_State * l); static int simulation_parts(lua_State * l); static int simulation_pmap(lua_State * l); + static int simulation_neighbours(lua_State * l); //Renderer void initRendererAPI(); |
