Home
last modified time | relevance | path

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

/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptInterface.h133 static int elements_allocate(lua_State * l);
H A DLuaScriptInterface.cpp2407 {"allocate", elements_allocate}, in initElementsAPI()
2626 int LuaScriptInterface::elements_allocate(lua_State * l) in elements_allocate() function in LuaScriptInterface