summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-02-20 23:33:20 (GMT)
committer jacob1 <jfu614@gmail.com>2013-02-20 23:33:20 (GMT)
commit6b909ede2a8ae5d8c39331070446c35df65f88b5 (patch)
treeddbe3a7dd4644e251c88fdce1b7544d9f9d31ee5 /src/cat/LuaScriptInterface.h
parenta3454c49be3ea720e081b508a502b6fae98d7ee1 (diff)
parent62c45a8ebd8089aa315fcf656d548ea70ababfec (diff)
downloadpowder-6b909ede2a8ae5d8c39331070446c35df65f88b5.zip
powder-6b909ede2a8ae5d8c39331070446c35df65f88b5.tar.gz
Merge
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index d925bbe..20dada1 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -54,11 +54,17 @@ class LuaScriptInterface: public CommandInterface
TPTScriptInterface * legacy;
//Simulation
+ static StructProperty * particleProperties;
+ static int particlePropertiesCount;
+ //
void initSimulationAPI();
static void set_map(int x, int y, int width, int height, float value, int mapType);
static int simulation_partNeighbours(lua_State * l);
static int simulation_partChangeType(lua_State * l);
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);