Home
last modified time | relevance | path

Searched refs:tptProperties (Results 1 – 2 of 2) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptHelper.h31 extern int tptProperties; //Table for some TPT properties
H A DLuaScriptInterface.cpp83 int tptProperties; //Table for some TPT properties variable
233 tptProperties = lua_gettop(l); in LuaScriptInterface()
251 lua_setfield(l, tptProperties, "version"); in LuaScriptInterface()
257 lua_setfield(l, tptProperties, "partsdata"); in LuaScriptInterface()
279 lua_setfield(l, tptProperties, "parts"); in LuaScriptInterface()
317 lua_setfield(l, tptProperties, "el"); in LuaScriptInterface()
337 lua_setfield(l, tptProperties, "eltransition"); in LuaScriptInterface()