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

USARBot.KDTrack

Extends
KTire
Modifiers
config ( USARBot ) abstract

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.KActor
      |   
      +-- Engine.KTire
         |   
         +-- USARBot.KDTrack

Direct Known Subclasses:

SoryuTrack, TalonTrack, TarantulaFrontTrack, TarantulaRearTrack

Variables Summary
vectorATPos
floatATRadius
floatATRatio
KTireAuxTire
class<KTire>AuxTireClass
floatlastKBraking
floatlastKMaxSpeed
floatlastKMotorTorque
bytelast_RS_UpdateId
floatMaxNetUpdateInterval
intMaxTTiresNum
floatNextNetUpdateTime
floatRadius
vectorRS_TiresLinVel[17]
pvectorRS_TiresPos[17]
byteRS_UpdateId
floatSuspDamping
floatSuspHighLimit
floatSuspLowLimit
floatSuspStiffness
class<KTire>TrackTireClass
array<KTire>TTires
intTTiresNum
floatTTRadius
floatTTRatio
Inherited Variables from Engine.KTire
Adhesion, bReceiveStateNew, bTireOnGround, GroundMaterial, GroundSlipVec, GroundSlipVel, GroundSurfaceType, LateralFriction, LateralSlip, MinSlip, ReceiveState, Restitution, RollFriction, RollSlip, SlipRate, Softness, SpinSpeed, WheelJoint
Inherited Variables from Engine.KActor
bKTakeShot, bOrientImpactEffect, ImpactEffect, ImpactInterval, ImpactSounds, ImpactVolume, LastImpactTime

Structures Summary
pvector
X, Y, Z

Functions Summary
event Destroyed ()
event KUpdateParams ()
function PackState ()
function PostNetBeginPlay ()
function Tick (float Delta)
functionpVector toPVector (vector vec)
functionvector toVector (pVector pv)
function UndateState ()
Inherited Functions from Engine.KTire
KUpdateState, TakeDamage
Inherited Functions from Engine.KActor
KImpact, TakeDamage, Trigger


Variables Detail

ATPos Source code

var vector ATPos;

ATRadius Source code

var float ATRadius;

ATRatio Source code

var float ATRatio;

AuxTire Source code

var KTire AuxTire;

AuxTireClass Source code

var class<KTire> AuxTireClass;

lastKBraking Source code

var float lastKBraking;

lastKMaxSpeed Source code

var float lastKMaxSpeed;

lastKMotorTorque Source code

var float lastKMotorTorque;

last_RS_UpdateId Source code

var byte last_RS_UpdateId;

MaxNetUpdateInterval Source code

var float MaxNetUpdateInterval;

MaxTTiresNum Source code

var config int MaxTTiresNum;

NextNetUpdateTime Source code

var float NextNetUpdateTime;

Radius Source code

var float Radius;

RS_TiresLinVel[17] Source code

var vector RS_TiresLinVel[17];

RS_TiresPos[17] Source code

var pvector RS_TiresPos[17];

RS_UpdateId Source code

var byte RS_UpdateId;

SuspDamping Source code

var float SuspDamping;

SuspHighLimit Source code

var float SuspHighLimit;

SuspLowLimit Source code

var float SuspLowLimit;

SuspStiffness Source code

var float SuspStiffness;

TrackTireClass Source code

var class<KTire> TrackTireClass;

TTires Source code

var array<KTire> TTires;

TTiresNum Source code

var int TTiresNum;

TTRadius Source code

var float TTRadius;

TTRatio Source code

var float TTRatio;


Structures Detail

pvector Source code

struct pvector
{
var float X;
var float Y;
var float Z;
};



Functions Detail

Destroyed Source code

simulated event Destroyed ( )

KUpdateParams Source code

simulated event KUpdateParams ( )

PackState Source code

function PackState ( )

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( )

Tick Source code

simulated function Tick ( float Delta )

toPVector Source code

simulated function pVector toPVector ( vector vec )

toVector Source code

simulated function vector toVector ( pVector pv )

UndateState Source code

simulated function UndateState ( )


Defaultproperties

defaultproperties
{
    Radius=5.75
    StaticMesh=StaticMesh'BulldogMeshes.Simple.S_RearWheel'
    DrawScale=0.04200000

    MaxTTiresNum=16
    TrackTireClass=USARBot.TrackTire
    TTRadius=1.37

    AuxTireClass=USARBot.USARTire
    ATRadius=5.75
    ATPos=(X=-13)

    SuspStiffness=150.000000
    SuspDamping=50.000000
    SuspHighLimit=0.0030
    SuspLowLimit=-0.0030
    RollFriction=25.000000
    LateralFriction=25.00000
    SlipRate=0.0003000

    MaxNetUpdateInterval=0.40000
    CollisionRadius=1.000000
    CollisionHeight=1.000000
    Begin Object Class=KarmaParamsRBFull Name=KParams0
        KInertiaTensor(0)=1.800000
        KInertiaTensor(3)=1.800000
        KInertiaTensor(5)=1.800000
        KLinearDamping=0.000000
        KAngularDamping=0.000000
        bHighDetailOnly=False
        bClientOnly=False
        bKDoubleTickRate=True
        Name="KParams0"
    End Object
    KParams=KarmaParamsRBFull'USARBot.KDTrack.KParams0'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:23.156 - Created with UnCodeX