Home
last modified time | relevance | path

Searched refs:MT_PUSH (Results 1 – 18 of 18) sorted by relevance

/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DPusher.vc37 // MT_PUSH Thing. The force decreases linearly with distance from the
39 // whose centre is at the MT_PUSH. The force is felt only if the point
40 // MT_PUSH can see the target object.
66 // types 1 & 2 is the sector containing the MT_PUSH/MT_PULL Thing.
211 // tmpusher belongs to the point source (MT_PUSH/MT_PULL).
H A DLineSpecialLevelInfo.vc5821 // Returns a pointer to an MT_PUSH or MT_PULL thing, NULL otherwise.
/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dmobj.h271 #define MT_PUSH NUMMOBJTYPES macro
H A Dframes.cc354 { MT_PUSH, S_TNT1, S_TNT1, -1,-1 },
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_spec.cpp2657 if (tmpusher->m_Source->type == MT_PUSH) in PIT_PushThing()
2819 case MT_PUSH: in P_GetPushThing()
2869 if (thing->type == MT_PUSH || thing->type == MT_PULL) in P_SpawnPushers()
H A Dinfo.h1418 MT_PUSH, // Boom's push thing enumerator
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dinfo.h1432 MT_PUSH, /* controls push source - phares */ enumerator
H A Dp_spec.c3193 if (tmpusher->source->type == MT_PUSH) in PIT_PushThing()
3346 case MT_PUSH: in P_GetPushThing()
/dports/games/prboom/prboom-2.5.0/src/
H A Dinfo.h1415 MT_PUSH, /* controls push source - phares */ enumerator
H A Dp_spec.c3152 if (tmpusher->source->type == MT_PUSH) in PIT_PushThing()
3305 case MT_PUSH: in P_GetPushThing()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dinfo.h1415 MT_PUSH, /* controls push source - phares */ enumerator
H A Dp_spec.c3299 if (tmpusher->source->type == MT_PUSH) in PIT_PushThing()
3452 case MT_PUSH: in P_GetPushThing()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dinfo.h1391 MT_PUSH, enumerator
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_spec.c4155 if (tmpusher->source->type == MT_PUSH) in PIT_PushThing()
4523 case MT_PUSH: in P_GetPushThing()
H A Dinfo.h2764 MT_PUSH, //SoM: 3/8/2000: controls push source enumerator
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_spec.c8503 if (tmpusher->source->type == MT_PUSH) // away! in PIT_PushThing()
8527 if (tmpusher->source->type == MT_PUSH) in PIT_PushThing()
8562 if (tmpusher->source->type == MT_PUSH) // away! in PIT_PushThing()
8868 case MT_PUSH: in P_GetPushThing()
H A Dinfo.h5048 MT_PUSH, enumerator
H A Dp_mobj.c12991 case MT_PUSH: in P_SetupSpawnedMapThing()
13001 P_SetMobjState(mobj, (mobj->type == MT_PUSH) ? S_GRAVWELLGREEN : S_GRAVWELLRED); in P_SetupSpawnedMapThing()