diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-02-17 15:53:34 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-02-17 15:53:34 (GMT) |
| commit | 27a60e7b7165388e3849ba4d6fe7e550c320f602 (patch) | |
| tree | 642248d2993ba736e491724ae49f2e98ca1d99e2 /src/cat/LuaScriptInterface.h | |
| parent | 52d0bb918d46bef822196c8f7ac3bfd2c0314305 (diff) | |
| download | powder-27a60e7b7165388e3849ba4d6fe7e550c320f602.zip powder-27a60e7b7165388e3849ba4d6fe7e550c320f602.tar.gz | |
Particle position lookup with sim.partID
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 90c2122..20dada1 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -64,6 +64,7 @@ class LuaScriptInterface: public CommandInterface static int simulation_partCreate(lua_State * l); static int simulation_partProperty(lua_State * l); static int simulation_partPosition(lua_State * l); + static int simulation_partID(lua_State * l); static int simulation_partKill(lua_State * l); static int simulation_pressure(lua_State * l); static int simulation_velocityX(lua_State * l); |
