summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon 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)
commit27a60e7b7165388e3849ba4d6fe7e550c320f602 (patch)
tree642248d2993ba736e491724ae49f2e98ca1d99e2 /src/cat/LuaScriptInterface.h
parent52d0bb918d46bef822196c8f7ac3bfd2c0314305 (diff)
downloadpowder-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.h1
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);