Home
last modified time | relevance | path

Searched refs:P_GetFirstWaypoint (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h643 mobj_t *P_GetFirstWaypoint(UINT8 sequence);
H A Dp_polyobj.c1674 …waypoint = (th->direction == -1) ? P_GetLastWaypoint(th->sequence) : P_GetFirstWaypoint(th->sequen… in T_PolyObjWaypoint()
2160 first = (th->direction == -1) ? P_GetLastWaypoint(th->sequence) : P_GetFirstWaypoint(th->sequence); in EV_DoPolyObjWaypoint()
H A Dp_setup.c175 mobj_t *P_GetFirstWaypoint(UINT8 sequence) in P_GetFirstWaypoint() function
H A Dp_spec.c4721 waypoint = P_GetFirstWaypoint(sequence); in P_ProcessSpecialSector()
H A Dp_user.c8902 waypoint = P_GetFirstWaypoint(sequence); in P_DoRopeHang()