|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <TransportMgr.h>
Public Member Functions | |
| bool | IsStopFrame () const |
| bool | IsTeleportFrame () const |
| KeyFrame (TaxiPathNodeEntry const &_node) | |
Public Attributes | |
| uint32 | ArriveTime |
| uint32 | DepartureTime |
| float | DistFromPrev |
| float | DistSinceStop |
| float | DistUntilStop |
| uint32 | Index |
| uint32 | NextArriveTime |
| float | NextDistFromPrev |
| TaxiPathNodeEntry const * | Node |
| TransportSpline * | Spline |
| bool | Teleport |
| float | TimeFrom |
| float | TimeTo |
Definition at line 27 of file TransportMgr.h.
|
inlineexplicit |
Definition at line 29 of file TransportMgr.h.
References ArriveTime, DepartureTime, DistFromPrev, DistSinceStop, DistUntilStop, Index, NextArriveTime, NextDistFromPrev, Node, Spline, Teleport, TimeFrom, and TimeTo.
|
inline |
Definition at line 52 of file TransportMgr.h.
References Node.
|
inline |
Definition at line 51 of file TransportMgr.h.
References Teleport.
| uint32 KeyFrame::ArriveTime |
Definition at line 43 of file TransportMgr.h.
Referenced by KeyFrame().
| uint32 KeyFrame::DepartureTime |
Definition at line 44 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().
| float KeyFrame::DistFromPrev |
Definition at line 39 of file TransportMgr.h.
Referenced by KeyFrame().
| float KeyFrame::DistSinceStop |
Definition at line 37 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().
| float KeyFrame::DistUntilStop |
Definition at line 38 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().
| uint32 KeyFrame::Index |
Definition at line 35 of file TransportMgr.h.
Referenced by KeyFrame().
| uint32 KeyFrame::NextArriveTime |
Definition at line 49 of file TransportMgr.h.
Referenced by KeyFrame().
| float KeyFrame::NextDistFromPrev |
Definition at line 48 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().
| TaxiPathNodeEntry const* KeyFrame::Node |
Definition at line 36 of file TransportMgr.h.
Referenced by Transport::DoEventIfAny(), TransportMgr::GeneratePath(), IsStopFrame(), and KeyFrame().
| TransportSpline* KeyFrame::Spline |
Definition at line 45 of file TransportMgr.h.
Referenced by KeyFrame().
| bool KeyFrame::Teleport |
Definition at line 42 of file TransportMgr.h.
Referenced by IsTeleportFrame(), and KeyFrame().
| float KeyFrame::TimeFrom |
Definition at line 40 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().
| float KeyFrame::TimeTo |
Definition at line 41 of file TransportMgr.h.
Referenced by Transport::CalculateSegmentPos(), and KeyFrame().