Home
last modified time | relevance | path

Searched refs:SPAC_AnyCross (Results 1 – 12 of 12) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddoomdata.h180 SPAC_AnyCross = 1<<7, // when anything without the MF2_TELEPORT flag crosses the line enumerator
185 …SPAC_PlayerActivate = (SPAC_Cross|SPAC_Use|SPAC_Impact|SPAC_Push|SPAC_AnyCross|SPAC_UseThrough|SPA…
H A Dp_xlat.cpp131 if (ld->activation == SPAC_AnyCross) in P_TranslateLineDef()
286 ld->activation = SPAC_AnyCross; in P_TranslateLineDef()
H A Dp_spec.cpp280 if (lineActivation & SPAC_AnyCross) in P_TestActivateLine()
307 if (activationType == SPAC_AnyCross && (lineActivation & activationType)) in P_TestActivateLine()
H A Dp_udmf.cpp985 Flag(ld->activation, SPAC_AnyCross, key); in ParseLinedef()
H A Dp_setup.cpp2259 if (ld->activation == SPAC_AnyCross) in P_LoadLineDefs2()
H A Dp_map.cpp2166 P_ActivateLine(ld, thing, oldside, SPAC_AnyCross); in P_TryMove()
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_gameobject.h148 SPAC_AnyCross = 0x0080, enumerator
H A Dp_setup_udmf.cpp621 Flag(L.L.SpacFlags, SPAC_AnyCross); in ParseLineDef()
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DGameObject.vc169 SPAC_AnyCross = 0x0080,
/dports/games/vavoom/vavoom-1.33/progs/doom/game/
H A DMainGameInfo.vc794 line->SpacFlags = SPAC_AnyCross;
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DEntityEx.Misc.vc1068 LineSpecialLevelInfo(Level).ActivateLine(ld, self, side, SPAC_AnyCross);
H A DLineSpecialLevelInfo.vc376 if (lineActivation & SPAC_AnyCross)