Home
last modified time | relevance | path

Searched defs:timerNode (Results 1 – 3 of 3) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dqtscript.h289 struct timerNode struct
303 timerNode() : instance(nullptr), baseobjtype(OBJ_NUM_TYPES), additionalTimerFuncParam(nullptr) {} in timerNode() argument
317 timerNode& operator=(const timerNode&) = delete; argument
H A Dqtscript.cpp153 scripting_engine::timerNode::timerNode(wzapi::scripting_instance* caller, const TimerFunc& func, co… in timerNode() function in scripting_engine::timerNode
166 scripting_engine::timerNode::timerNode(timerNode&& rhs) // move constructor in timerNode() function in scripting_engine::timerNode
/dports/games/warzone2100/warzone2100/tests/
H A Dlint.cpp59 struct timerNode struct
64 timerNode() {} in timerNode() argument
65timerNode(QScriptEngine *caller, QString val, int plr) : function(val) { player = plr; engine = ca… in timerNode() function
66 bool operator== (const timerNode &t) { return function == t.function && player == t.player; } in operator ==() argument