Home
last modified time | relevance | path

Searched refs:ELEMENT_CREATE_ALLOWED_FUNC_ARGS (Results 1 – 8 of 8) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DSPAWN.cpp3 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS);
50 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in createAllowed() argument
H A DSPAWN2.cpp3 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS);
50 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in createAllowed() argument
H A DSTKM2.cpp5 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS);
75 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in createAllowed() argument
H A DFIGH.cpp4 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS);
158 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in createAllowed() argument
H A DSTKM.cpp6 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS);
84 static bool createAllowed(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in createAllowed() argument
/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/
H A DElement.h57 bool (*CreateAllowed)(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) = nullptr;
H A DElementDefs.h50 #define ELEMENT_CREATE_ALLOWED_FUNC_ARGS Simulation *sim, int i, int x, int y, int t macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptInterface.cpp2712 bool luaCreateAllowedWrapper(ELEMENT_CREATE_ALLOWED_FUNC_ARGS) in luaCreateAllowedWrapper() argument