Home
last modified time | relevance | path

Searched refs:DRotatePoly (Results 1 – 4 of 4) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dpo_man.cpp85 IMPLEMENT_SERIAL (DRotatePoly, DPolyAction) in IMPLEMENT_SERIAL()
109 DRotatePoly::DRotatePoly () in DRotatePoly() function in DRotatePoly
113 void DRotatePoly::Serialize (FArchive &arc) in Serialize()
118 DRotatePoly::DRotatePoly (int polyNum) in DRotatePoly() function in DRotatePoly
174 void DRotatePoly::RunThink () in RunThink()
209 DRotatePoly *pe; in EV_RotatePoly()
223 pe = new DRotatePoly (polyNum); in EV_RotatePoly()
250 pe = new DRotatePoly (mirror); in EV_RotatePoly()
620 if (pe->IsKindOf (RUNTIME_CLASS (DRotatePoly))) in ThrustMobj()
H A Dp_local.h391 class DRotatePoly : public DPolyAction
393 DECLARE_SERIAL (DRotatePoly, DPolyAction)
395 DRotatePoly (int polyNum);
400 DRotatePoly ();
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dpo_man.cpp90 class DRotatePoly : public DPolyAction class
92 DECLARE_CLASS (DRotatePoly, DPolyAction)
94 DRotatePoly (int polyNum);
97 DRotatePoly ();
279 IMPLEMENT_CLASS (DRotatePoly) in IMPLEMENT_CLASS() argument
281 DRotatePoly::DRotatePoly () in IMPLEMENT_CLASS()
285 DRotatePoly::DRotatePoly (int polyNum) in DRotatePoly() function in DRotatePoly
380 void DRotatePoly::Tick () in Tick()
416 DRotatePoly *pe = NULL; in EV_RotatePoly()
432 pe = new DRotatePoly(poly->tag); in EV_RotatePoly()
[all …]
H A Ddobject.h58 class DRotatePoly; variable