Home
last modified time | relevance | path

Searched refs:RUNWORLD (Results 1 – 13 of 13) sorted by relevance

/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dengine.h548 if(world && passes) { RUNWORLD(contents); } in gui()
H A Dmain.cpp1023 RUNWORLD("on_update"); in main()
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dcommand.h401 #define RUNWORLD(n) { ident *wid = idents.access(n); if(wid && wid->type==ID_ALIAS && wid->flags&ID… macro
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmain.cpp1136 RUNWORLD("on_update");
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmain.cpp1130 RUNWORLD("on_update");
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dcommand.h289 #define RUNWORLD(n) { ident *wid = idents->access(n); if(wid && wid->action && wid->flags&IDF_WORLD… macro
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dcommand.h497 #define RUNWORLD(n) { ident *wid = idents.access(n); if(wid && wid->type==ID_ALIAS && wid->flags&ID… macro
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dgame.cpp1503 RUNWORLD("on_start"); in updateworld()
H A Dentities.cpp658 trigger = d; RUNWORLD(s); trigger = NULL; in runtrigger()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dentities.cpp693 RUNWORLD(s); in runtrigger()
H A Dgame.cpp3010 RUNWORLD("on_start"); in updateworld()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dentities.cpp595 trigger = d; RUNWORLD(s); trigger = NULL; in runtrigger()
H A Dgame.cpp2819 RUNWORLD("on_start"); in updateworld()