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

Vehicles.Bulldog

Extends
KCar
Modifiers
placeable CacheExempt

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pawn
      |   
      +-- Engine.Vehicle
         |   
         +-- Engine.KVehicle
            |   
            +-- Vehicles.KCar
               |   
               +-- Vehicles.Bulldog

Constants Summary
Inherited Contants from Engine.KVehicle
FilterFrames

Variables Summary
MaterialBrakeMaterial
PawnCurrentTarget
floatDustDrop
BulldogDustDust[4]
floatFireCountdown
BulldogTriggerFlipTrigger
boolFlipTriggerState
BulldogTriggerFLTrigger
vectorFrontTriggerOffset
BulldogTriggerFRTrigger
BulldogHeadlightHeadlight
BulldogHeadlightCoronaHeadlightCorona[8]
MaterialHeadlightOffMaterial
vectorHeadlightOffset
boolHeadlightOn
MaterialHeadlightOnMaterial
MaterialReverseMaterial
floatSinceLastTargetting
MaterialTailOffMaterial
boolTriggerState
floatUntilNextImpact
Bulldog
StringBulldogHitForce
soundBulldogHitSound
StringBulldogIdleForce
soundBulldogIdleSound
StringBulldogSquealForce
soundBulldogSquealSound
StringBulldogStartForce
soundBulldogStartSound
class<Actor>DestroyedEffect
soundDestroyedSound
floatDustSlipRate
floatDustSlipThresh
floatEnginePitchScale
floatFireInterval
vectorHeadlightCoronaOffset[8]
floatHitSoundThreshold
vectorRocketFireOffset
floatSquealVelThresh
MaterialTargetMaterial
floatTargettingInterval
floatTargettingRange
floatTriggerSpeedThresh
Inherited Variables from Vehicles.KCar
bIsInverted, bNewCarState, CarState, ChassisMass, ChassisState, FlipTime, FlipTimeLeft, FlipTorque, ForwardVel, frontLeft, frontRight, FrontTireClass, Gear, HandbrakeThresh, IsDriving, MaxBrakeTorque, MaxNetUpdateInterval, MaxSteerAngle, NextNetUpdateTime, OutputBrake, OutputHandbrakeOn, OutputTorque, rearLeft, rearRight, RearTireClass, SteerPropGap, SteerSpeed, SteerTorque, StopThreshold, SuspDamping, SuspHighLimit, SuspLowLimit, SuspRef, SuspStiffness, TireAdhesion, TireHandbrakeFriction, TireHandbrakeSlip, TireLateralFriction, TireLateralSlip, TireMass, TireMinSlip, TireRestitution, TireRollFriction, TireRollSlip, TireSlipRate, TireSoftness, TorqueCurve, TorqueSplit, WheelFrontAcross, WheelFrontAlong, WheelRearAcross, WheelRearAlong, WheelSpinSpeed, WheelVert
Inherited Variables from Engine.KVehicle
bAutoDrive, bHistoryWarmup, bVehicleIsAltFiring, bVehicleIsFiring, CameraHistory[FilterFrames], DestroyEffectClass, NextHistorySlot

Structures Summary
Inherited Structures from Vehicles.KCar
KCarState

Functions Summary
function ClientKDriverEnter (PlayerController pc)
function ClientKDriverLeave (PlayerController pc)
event Destroyed ()
function DrawHud (Canvas C)
functionActor GetBestEntry (Pawn P)
function KDriverEnter (Pawn p)
functionbool KDriverLeave (bool bForceLeave)
function KImpact (actor other, vector pos, vector impactVel, vector impactNorm)
function LaunchRocket (bool bWasAltFire)
function PostNetBeginPlay ()
function PreBeginPlay ()
function TakeDamage (int Damage, Pawn instigatedBy, Vector hitlocation, Vector momentum, class<DamageType> damageType)
function Tick (float Delta)
function VehicleFire (bool bWasAltFire)
Inherited Functions from Vehicles.KCar
Destroyed, Engine, KApplyForce, KUpdateState, KVehicleUpdateParams, PackState, PostNetBeginPlay, ProcessCarInput, StartFlip, Tick, VehicleStateReceived
Inherited Functions from Engine.KVehicle
ClientKDriverEnter, ClientKDriverLeave, Destroyed, GraphData, KDriverEnter, KDriverLeave, KVehicleUpdateParams, SpecialCalcView, TakeDamage, Tick, TryToDrive, VehicleStateReceived


Variables Detail

BrakeMaterial Source code

var Material BrakeMaterial;

CurrentTarget Source code

var Pawn CurrentTarget;

DustDrop Source code

var float DustDrop;

Dust[4] Source code

var BulldogDust Dust[4];

FireCountdown Source code

var float FireCountdown;

FlipTrigger Source code

var BulldogTrigger FlipTrigger;

FlipTriggerState Source code

var bool FlipTriggerState;

FLTrigger Source code

var BulldogTrigger FLTrigger;

FrontTriggerOffset Source code

var const vector FrontTriggerOffset;

FRTrigger Source code

var BulldogTrigger FRTrigger;

Headlight Source code

var BulldogHeadlight Headlight;

HeadlightCorona[8] Source code

var BulldogHeadlightCorona HeadlightCorona[8];

HeadlightOffMaterial Source code

var Material HeadlightOffMaterial;

HeadlightOffset Source code

var const vector HeadlightOffset;

HeadlightOn Source code

var bool HeadlightOn;

HeadlightOnMaterial Source code

var Material HeadlightOnMaterial;

ReverseMaterial Source code

var Material ReverseMaterial;

SinceLastTargetting Source code

var float SinceLastTargetting;

TailOffMaterial Source code

var Material TailOffMaterial;

TriggerState Source code

var bool TriggerState;

UntilNextImpact Source code

var float UntilNextImpact;

Bulldog

BulldogHitForce Source code

var(Bulldog) String BulldogHitForce;

BulldogHitSound Source code

var(Bulldog) sound BulldogHitSound;

BulldogIdleForce Source code

var(Bulldog) String BulldogIdleForce;

BulldogIdleSound Source code

var(Bulldog) sound BulldogIdleSound;

BulldogSquealForce Source code

var(Bulldog) String BulldogSquealForce;

BulldogSquealSound Source code

var(Bulldog) sound BulldogSquealSound;

BulldogStartForce Source code

var(Bulldog) String BulldogStartForce;

BulldogStartSound Source code

var(Bulldog) sound BulldogStartSound;

DestroyedEffect Source code

var(Bulldog) class<Actor> DestroyedEffect;

DestroyedSound Source code

var(Bulldog) sound DestroyedSound;

DustSlipRate Source code

var(Bulldog) float DustSlipRate;

DustSlipThresh Source code

var(Bulldog) float DustSlipThresh;

EnginePitchScale Source code

var(Bulldog) float EnginePitchScale;

FireInterval Source code

var(Bulldog) float FireInterval;

HeadlightCoronaOffset[8] Source code

var(Bulldog) vector HeadlightCoronaOffset[8];

HitSoundThreshold Source code

var(Bulldog) float HitSoundThreshold;

RocketFireOffset Source code

var(Bulldog) vector RocketFireOffset;

SquealVelThresh Source code

var(Bulldog) float SquealVelThresh;

TargetMaterial Source code

var(Bulldog) Material TargetMaterial;

TargettingInterval Source code

var(Bulldog) float TargettingInterval;

TargettingRange Source code

var(Bulldog) float TargettingRange;

TriggerSpeedThresh Source code

var(Bulldog) float TriggerSpeedThresh;


Functions Detail

ClientKDriverEnter Source code

simulated function ClientKDriverEnter ( PlayerController pc )

ClientKDriverLeave Source code

simulated function ClientKDriverLeave ( PlayerController pc )

Destroyed Source code

simulated event Destroyed ( )

DrawHud Source code

simulated function DrawHud ( Canvas C )

GetBestEntry Source code

function Actor GetBestEntry ( Pawn P )

KDriverEnter Source code

function KDriverEnter ( Pawn p )

KDriverLeave Source code

function bool KDriverLeave ( bool bForceLeave )

KImpact Source code

function KImpact ( actor other, vector pos, vector impactVel, vector impactNorm )

LaunchRocket Source code

function LaunchRocket ( bool bWasAltFire )

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( )

PreBeginPlay Source code

function PreBeginPlay ( )

TakeDamage Source code

function TakeDamage ( int Damage, Pawn instigatedBy, Vector hitlocation, Vector momentum, class<DamageType> damageType )

Tick Source code

simulated function Tick ( float Delta )

VehicleFire Source code

function VehicleFire ( bool bWasAltFire )


Defaultproperties

defaultproperties
{
     FrontTriggerOffset=(Y=165.000000,Z=10.000000)
     HeadlightOffset=(X=-200.000000,Z=50.000000)
     ReverseMaterial=Shader'VehicleFX.Shaders.BDReverselight_ON'
     BrakeMaterial=Shader'VehicleFX.Shaders.BDTaiLight_ON'
     TailOffMaterial=Texture'VehicleFX.Skins.BDTailOff'
     HeadlightOnMaterial=Shader'VehicleFX.Shaders.BDHeadlights_ON'
     HeadlightOffMaterial=Texture'VehicleFX.Skins.BDHeadlights'
     HeadlightCoronaOffset(0)=(X=-199.000000,Y=51.000000,Z=57.000000)
     HeadlightCoronaOffset(1)=(X=-199.000000,Y=-51.000000,Z=57.000000)
     HeadlightCoronaOffset(2)=(X=-128.000000,Y=38.000000,Z=125.000000)
     HeadlightCoronaOffset(3)=(X=-189.000000,Y=93.000000,Z=28.000000)
     HeadlightCoronaOffset(4)=(X=-183.000000,Y=-93.000000,Z=26.000000)
     HeadlightCoronaOffset(5)=(X=-190.000000,Y=-51.000000,Z=77.000000)
     HeadlightCoronaOffset(6)=(X=-128.000000,Y=63.000000,Z=123.000000)
     HeadlightCoronaOffset(7)=(X=-185.000000,Y=85.000000,Z=10.000000)
     UntilNextImpact=500.000000
     DustDrop=30.000000
     DustSlipRate=2.800000
     DustSlipThresh=0.100000
     TriggerSpeedThresh=40.000000
     DestroyedEffect=Class'XEffects.RocketExplosion'
     DestroyedSound=ProceduralSound'WeaponSounds.PRocketLauncherAltFire.P1RocketLauncherAltFire'
     FireInterval=0.900000
     TargettingInterval=0.500000
     RocketFireOffset=(Z=180.000000)
     TargettingRange=5000.000000
     TargetMaterial=FinalBlend'InterfaceContent.HUD.fbBombFocus'
     EnginePitchScale=655350.000000
     HitSoundThreshold=30.000000
     SquealVelThresh=15.000000
     FrontTireClass=Class'Vehicles.BulldogTire'
     RearTireClass=Class'Vehicles.BulldogTire'
     WheelFrontAlong=-100.000000
     WheelFrontAcross=110.000000
     WheelRearAlong=115.000000
     WheelRearAcross=110.000000
     WheelVert=-15.000000
     MaxSteerAngle=3400.000000
     MaxBrakeTorque=55.000000
     TorqueSplit=1.000000
     SteerPropGap=500.000000
     SteerTorque=15000.000000
     SteerSpeed=20000.000000
     SuspStiffness=150.000000
     SuspDamping=14.500000
     SuspHighLimit=0.500000
     SuspLowLimit=-0.500000
     TireRollFriction=1.500000
     TireLateralFriction=1.500000
     TireRollSlip=0.060000
     TireLateralSlip=0.040000
     TireSlipRate=0.007000
     TireSoftness=0.000000
     TireHandbrakeSlip=0.200000
     TireHandbrakeFriction=-1.200000
     ChassisMass=8.000000
     StopThreshold=40.000000
     TorqueCurve=(Points=((OutVal=270.000000),(InVal=200000.000000,OutVal=270.000000),(InVal=300000.000000)))
     OutputBrake=Wahr
     DrivePos=(X=-165.000000,Z=-100.000000)
     ExitPositions(0)=(Y=200.000000,Z=100.000000)
     ExitPositions(1)=(Y=-200.000000,Z=100.000000)
     ExitPositions(2)=(X=350.000000,Z=100.000000)
     ExitPositions(3)=(X=-350.000000,Z=100.000000)
     bSpecialHUD=Wahr
     AirSpeed=5000.000000
     HealthMax=800.000000
     Health=800
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'BulldogMeshes.Simple.S_Chassis'
     DrawScale=0.400000
     SoundRadius=255.000000
     Begin Object Class=KarmaParamsRBFull Name=KParams0
         KInertiaTensor(0)=20.000000
         KInertiaTensor(3)=30.000000
         KInertiaTensor(5)=48.000000
         KCOMOffset=(X=0.800000,Z=-0.700000)
         KLinearDamping=0.000000
         KAngularDamping=0.000000
         KStartEnabled=Wahr
         bHighDetailOnly=Falsch
         bClientOnly=Falsch
         bKDoubleTickRate=Wahr
         KFriction=1.600000
     End Object
     KParams=KarmaParamsRBFull'Vehicles.Bulldog.KParams0'

}

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