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

#include <Drawable.h>

Public Attributes

Real m_frontLeftHeightOffset
 Height offsets for tires due to suspension sway.
 
Real m_frontRightHeightOffset
 
Real m_rearLeftHeightOffset
 
Real m_rearRightHeightOffset
 
Real m_wheelAngle
 Wheel angle. 0 = straight, >0 left, <0 right.
 
Int m_framesAirborneCounter
 Counter.
 
Int m_framesAirborne
 How many frames it was in the air.
 

Detailed Description

Definition at line 126 of file Drawable.h.

Member Data Documentation

◆ m_framesAirborne

Int TWheelInfo::m_framesAirborne

How many frames it was in the air.

Definition at line 134 of file Drawable.h.

◆ m_framesAirborneCounter

Int TWheelInfo::m_framesAirborneCounter

Counter.

Definition at line 133 of file Drawable.h.

◆ m_frontLeftHeightOffset

Real TWheelInfo::m_frontLeftHeightOffset

Height offsets for tires due to suspension sway.

Definition at line 128 of file Drawable.h.

◆ m_frontRightHeightOffset

Real TWheelInfo::m_frontRightHeightOffset

Definition at line 129 of file Drawable.h.

◆ m_rearLeftHeightOffset

Real TWheelInfo::m_rearLeftHeightOffset

Definition at line 130 of file Drawable.h.

◆ m_rearRightHeightOffset

Real TWheelInfo::m_rearRightHeightOffset

Definition at line 131 of file Drawable.h.

◆ m_wheelAngle

Real TWheelInfo::m_wheelAngle

Wheel angle. 0 = straight, >0 left, <0 right.

Definition at line 132 of file Drawable.h.


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