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

Engine.KCarWheelJoint

Extends
KConstraint
Modifiers
native placeable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.KActor
      |   
      +-- Engine.KConstraint
         |   
         +-- Engine.KCarWheelJoint

Variables Summary
floatKWheelHeight
KarmaConstraint
boolbKSteeringLocked
floatKBraking
floatKMaxSpeed
floatKMaxSteerSpeed
floatKMaxSteerTorque
floatKMotorTorque
floatKProportionalGap
floatKSteerAngle
floatKSuspDamping
floatKSuspHighLimit
floatKSuspLowLimit
floatKSuspRef
floatKSuspStiffness
Inherited Variables from Engine.KConstraint
bKDisableCollision, bKForceFrameUpdate, KConstraintActor1, KConstraintActor2, KConstraintData, KForceThreshold, KPos1, KPos2, KPriAxis1, KPriAxis2, KSecAxis1, KSecAxis2

Functions Summary
Inherited Functions from Engine.KConstraint
KForceExceed, KGetConstraintForce, KGetConstraintTorque, KUpdateConstraintParams
Inherited Functions from Engine.KActor
TakeDamage


Variables Detail

KWheelHeight Source code

var const float KWheelHeight;

KarmaConstraint

bKSteeringLocked Source code

var(KarmaConstraint) bool bKSteeringLocked;

KBraking Source code

var(KarmaConstraint) float KBraking;

KMaxSpeed Source code

var(KarmaConstraint) float KMaxSpeed;

KMaxSteerSpeed Source code

var(KarmaConstraint) float KMaxSteerSpeed;

KMaxSteerTorque Source code

var(KarmaConstraint) float KMaxSteerTorque;

KMotorTorque Source code

var(KarmaConstraint) float KMotorTorque;

KProportionalGap Source code

var(KarmaConstraint) float KProportionalGap;

KSteerAngle Source code

var(KarmaConstraint) float KSteerAngle;

KSuspDamping Source code

var(KarmaConstraint) float KSuspDamping;

KSuspHighLimit Source code

var(KarmaConstraint) float KSuspHighLimit;

KSuspLowLimit Source code

var(KarmaConstraint) float KSuspLowLimit;

KSuspRef Source code

var(KarmaConstraint) float KSuspRef;

KSuspStiffness Source code

var(KarmaConstraint) float KSuspStiffness;


Defaultproperties

defaultproperties
{
	KProportionalGap=8200.000000
	KMaxSteerTorque=1000.000000
	KMaxSteerSpeed=2600.000000
	bKSteeringLocked=true
	KMaxSpeed=655350.000000
	KSuspLowLimit=-1.000000
	KSuspHighLimit=1.000000
	KSuspStiffness=50.000000
	KSuspDamping=5.000000
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:30.441 - Created with UnCodeX