#include <RailroadGuideAIUpdate.h>
Public Member Functions | |
| void | xferPullInfo (Xfer *xfer) |
Public Attributes | |
| Real | m_direction |
| 1 = forward, -1 = backward | |
| Real | speed |
| Real | trackDistance |
| Coord3D | towHitchPosition |
| Int | m_mostRecentSpecialPointHandle |
| UnsignedInt | previousWaypoint |
| UnsignedInt | currentWaypoint |
Definition at line 202 of file RailroadGuideAIUpdate.h.
| void RailroadBehavior::PullInfo::xferPullInfo | ( | Xfer * | xfer | ) |
Definition at line 1607 of file RailroadGuideAIUpdate.cpp.
| UnsignedInt RailroadBehavior::PullInfo::currentWaypoint |
Definition at line 211 of file RailroadGuideAIUpdate.h.
| Real RailroadBehavior::PullInfo::m_direction |
1 = forward, -1 = backward
Definition at line 204 of file RailroadGuideAIUpdate.h.
| Int RailroadBehavior::PullInfo::m_mostRecentSpecialPointHandle |
Definition at line 208 of file RailroadGuideAIUpdate.h.
| UnsignedInt RailroadBehavior::PullInfo::previousWaypoint |
Definition at line 210 of file RailroadGuideAIUpdate.h.
| Real RailroadBehavior::PullInfo::speed |
Definition at line 205 of file RailroadGuideAIUpdate.h.
| Coord3D RailroadBehavior::PullInfo::towHitchPosition |
Definition at line 207 of file RailroadGuideAIUpdate.h.
| Real RailroadBehavior::PullInfo::trackDistance |
Definition at line 206 of file RailroadGuideAIUpdate.h.