Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SVehicleWheel

Extends
Object
Modifiers
native

Core.Object
|   
+-- Engine.SVehicleWheel

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
boolbWheelOnGround
floatCurrentRotation
pointerKContact
floatSlipAngle
floatSlipVel
floatSpinVel
floatSupportPivotDistance
floatSuspensionPosition
floatTireLoad
floatTrackVel
vectorWheelAxle
vectorWheelDir
vectorWheelPosition
SVehicleWheel
floatAdhesion
boolbHandbrakeWheel
boolbLeftTrack
nameBoneName
vectorBoneOffset
EAxisBoneRollAxis
EAxisBoneSteerAxis
boolbPoweredWheel
boolbTrackWheel
floatChassisTorque
floatDriveForce
floatHandbrakeFrictionFactor
floatHandbrakeSlipFactor
floatLatFriction
floatLatSlip
InterpCurveLatSlipFunc
floatLongFriction
InterpCurveLongFrictionFunc
floatLongSlip
floatPenOffset
floatPenScale
floatRestitution
floatSoftness
floatSteer
EVehicleSteerTypeSteerType
EAxisSupportBoneAxis
nameSupportBoneName
floatSuspensionMaxRenderTravel
floatSuspensionOffset
floatSuspensionTravel
floatWheelInertia
floatWheelRadius
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
EVehicleSteerType
VST_Fixed, VST_Steered, VST_Inverted
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bWheelOnGround Source code

var bool bWheelOnGround;

CurrentRotation Source code

var float CurrentRotation;

KContact Source code

var transient const pointer KContact;

SlipAngle Source code

var float SlipAngle;

SlipVel Source code

var float SlipVel;

SpinVel Source code

var float SpinVel;

SupportPivotDistance Source code

var float SupportPivotDistance;

SuspensionPosition Source code

var float SuspensionPosition;

TireLoad Source code

var float TireLoad;

TrackVel Source code

var float TrackVel;

WheelAxle Source code

var vector WheelAxle;

WheelDir Source code

var vector WheelDir;

WheelPosition Source code

var vector WheelPosition;

SVehicleWheel

Adhesion Source code

var(SVehicleWheel) float Adhesion;

bHandbrakeWheel Source code

var(SVehicleWheel) bool bHandbrakeWheel;

bLeftTrack Source code

var(SVehicleWheel) bool bLeftTrack;

BoneName Source code

var(SVehicleWheel) name BoneName;

BoneOffset Source code

var(SVehicleWheel) vector BoneOffset;

BoneRollAxis Source code

var(SVehicleWheel) EAxis BoneRollAxis;

BoneSteerAxis Source code

var(SVehicleWheel) EAxis BoneSteerAxis;

bPoweredWheel Source code

var(SVehicleWheel) bool bPoweredWheel;

bTrackWheel Source code

var(SVehicleWheel) bool bTrackWheel;

ChassisTorque Source code

var(SVehicleWheel) float ChassisTorque;

DriveForce Source code

var(SVehicleWheel) float DriveForce;

HandbrakeFrictionFactor Source code

var(SVehicleWheel) float HandbrakeFrictionFactor;

HandbrakeSlipFactor Source code

var(SVehicleWheel) float HandbrakeSlipFactor;

LatFriction Source code

var(SVehicleWheel) float LatFriction;

LatSlip Source code

var(SVehicleWheel) float LatSlip;

LatSlipFunc Source code

var(SVehicleWheel) InterpCurve LatSlipFunc;

LongFriction Source code

var(SVehicleWheel) float LongFriction;

LongFrictionFunc Source code

var(SVehicleWheel) InterpCurve LongFrictionFunc;

LongSlip Source code

var(SVehicleWheel) float LongSlip;

PenOffset Source code

var(SVehicleWheel) float PenOffset;

PenScale Source code

var(SVehicleWheel) float PenScale;

Restitution Source code

var(SVehicleWheel) float Restitution;

Softness Source code

var(SVehicleWheel) float Softness;

Steer Source code

var(SVehicleWheel) float Steer;

SteerType Source code

var(SVehicleWheel) EVehicleSteerType SteerType;

SupportBoneAxis Source code

var(SVehicleWheel) EAxis SupportBoneAxis;

SupportBoneName Source code

var(SVehicleWheel) name SupportBoneName;

SuspensionMaxRenderTravel Source code

var(SVehicleWheel) float SuspensionMaxRenderTravel;

SuspensionOffset Source code

var(SVehicleWheel) float SuspensionOffset;

SuspensionTravel Source code

var(SVehicleWheel) float SuspensionTravel;

WheelInertia Source code

var(SVehicleWheel) float WheelInertia;

WheelRadius Source code

var(SVehicleWheel) float WheelRadius;


Enumerations Detail

EVehicleSteerType Source code

enum EVehicleSteerType
{
VST_Fixed, VST_Steered, VST_Inverted
};


Defaultproperties

defaultproperties
{
     BoneSteerAxis=AXIS_Z
     WheelRadius=35.000000
     Softness=0.050000
     PenScale=1.000000
     WheelInertia=1.000000
     SuspensionTravel=50.000000
     HandbrakeSlipFactor=1.000000
     HandbrakeFrictionFactor=1.000000
     SuspensionMaxRenderTravel=50.000000
     SupportBoneAxis=AXIS_Y
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:18.890 - Created with UnCodeX