Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
RailroadBehavior::PullInfo Struct Reference

#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
 

Detailed Description

Definition at line 202 of file RailroadGuideAIUpdate.h.

Member Function Documentation

◆ xferPullInfo()

void RailroadBehavior::PullInfo::xferPullInfo ( Xfer * xfer)

Definition at line 1607 of file RailroadGuideAIUpdate.cpp.

Member Data Documentation

◆ currentWaypoint

UnsignedInt RailroadBehavior::PullInfo::currentWaypoint

Definition at line 211 of file RailroadGuideAIUpdate.h.

◆ m_direction

Real RailroadBehavior::PullInfo::m_direction

1 = forward, -1 = backward

Definition at line 204 of file RailroadGuideAIUpdate.h.

◆ m_mostRecentSpecialPointHandle

Int RailroadBehavior::PullInfo::m_mostRecentSpecialPointHandle

Definition at line 208 of file RailroadGuideAIUpdate.h.

◆ previousWaypoint

UnsignedInt RailroadBehavior::PullInfo::previousWaypoint

Definition at line 210 of file RailroadGuideAIUpdate.h.

◆ speed

Real RailroadBehavior::PullInfo::speed

Definition at line 205 of file RailroadGuideAIUpdate.h.

◆ towHitchPosition

Coord3D RailroadBehavior::PullInfo::towHitchPosition

Definition at line 207 of file RailroadGuideAIUpdate.h.

◆ trackDistance

Real RailroadBehavior::PullInfo::trackDistance

Definition at line 206 of file RailroadGuideAIUpdate.h.


The documentation for this struct was generated from the following files: