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

Onslaught.ONSPlaneCraft

Extends
ONSVehicle
Modifiers
abstract native nativereplication

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pawn
      |   
      +-- Engine.Vehicle
         |   
         +-- Engine.SVehicle
            |   
            +-- Onslaught.ONSVehicle
               |   
               +-- Onslaught.ONSPlaneCraft

Direct Known Subclasses:

ONSBomber

Variables Summary
floatAccumulatedTime
boolbNewPlaneState
KRigidBodyStateChassisState
floatCurrentThrust
rotatorLastCamRot
floatLastCamTime
PlaneStateStructOldPlaneState
floatOutputRise
floatOutputStrafe
floatOutputThrust
PlaneStateStructPlaneState
array<vector>ThrusterOffsets
ONSPlaneCraft
floatAirFactor
floatBankTorque
boolbHoverOnGround
floatCameraDistance
floatCameraSwingRatio
floatCOMHeight
InterpCurveDragCoefficientCurve
floatHoverCheckDist
InterpCurveHoverForceCurve
floatHoverPenScale
floatHoverSoftness
InterpCurveLiftCoefficientCurve
floatMaxThrust
floatPitchTorque
floatThrustAcceleration
Inherited Variables from Onslaught.ONSVehicle
ActiveWeapon, AltFireImpulse, AltFocalPoint, bAltFocalPoint, bCannotBeBased, bCustomAiming, bDestroyAppearance, bDisintegrateVehicle, bDriverCannotLeaveVehicle, bEjectPassengersWhenFlipped, bEnableProximityViewShake, bHadFire, bHasAltFire, bHasAltFireImpulse, bHasBeenAwake, bHasFireImpulse, bIsAwake, BlueSkin, bNeverReset, bOnlyViewShakeIfDriven, bSoundsPrecached, CrosshairColor, CrosshairTexture, CrosshairX, CrosshairY, CustomAim, DamagedEffect, DamagedEffectAccruedDamage, DamagedEffectAccScale, DamagedEffectClass, DamagedEffectFireDamagePerSec, DamagedEffectHealthFireFactor, DamagedEffectHealthSmokeFactor, DamagedEffectOffset, DamagedEffectScale, DebugInfo, DestroyedRoadKillDamageType, DestroyedVehicleMesh, DestructionAngularMomentum, DestructionEffectClass, DestructionLinearMomentum, DisintegrationEffectClass, DisintegrationHealth, DriverWeapons, ExplosionCount, ExplosionDamage, ExplosionDamageType, ExplosionMomentum, ExplosionRadius, ExplosionSoundRadius, ExplosionSounds, ExplosionSoundVolume, FireImpulse, HeadlightCorona, HeadlightCoronaMaterial, HeadlightCoronaMaxSize, HeadlightCoronaOffset, HeadlightProjector, HeadlightProjectorMaterial, HeadlightProjectorOffset, HeadlightProjectorRotation, HeadlightProjectorScale, IdleSound, ImpactDamageMult, ImpactDamageSounds, ImpactDamageThreshold, ImpactDamageTicks, ImpactInfo, ImpactTicksLeft, LastCheckUpsideDownTime, LastImpactExplosionTime, LastRunOverWarningTime, LastVelocitySize, LockedOnSound, MinRunOverWarningAim, OldExplosionCount, OldYaw, PassengerWeapons, RedSkin, Reservation, ResetTime, ShakeOffsetMag, ShakeOffsetRate, ShakeOffsetTime, ShakeRotMag, ShakeRotRate, ShakeRotTime, ShutDownForce, ShutDownSound, SparkAdvanceFactor, SparkEffect, SparkEffectClass, StartUpForce, StartUpSound, TimeBetweenImpactExplosions, UpsideDownDamage, ViewShakeLastCheck, ViewShakeOffsetFreq, ViewShakeOffsetMag, ViewShakeRadius, ViewShakeRotFreq, ViewShakeRotMag, WeaponPawns, Weapons
Inherited Variables from Engine.SVehicle
bVehicleOnGround, DestroyEffectClass, FlipAxis, FlipScale, FlipTime, FlipTimeLeft, FlipTorque, VehicleMass, Wheels

Structures Summary
PlaneStateStruct
ChassisPosition, ChassisQuaternion, ChassisLinVel, ChassisAngVel, ServerThrust, ServerStrafe, ServerRise, ServerViewPitch, ServerViewYaw
Inherited Structures from Onslaught.ONSVehicle
DriverWeaponStruct, ImpactInfoStruct, PassengerWeaponStruct

Functions Summary
event Destroyed ()
functionint GetRotDiff (int A, int B)
eventbool KUpdateState (out KRigidBodyState newState)
function PostNetBeginPlay ()
function SpecialCalcBehindView (PlayerController PC, out actor ViewActor, out vector CameraLocation, out rotator CameraRotation)
function SpecialCalcFirstPersonView (PlayerController PC, out actor ViewActor, out vector CameraLocation, out rotator CameraRotation)
event SVehicleUpdateParams ()
Inherited Functions from Onslaught.ONSVehicle
AltFire, ApplyFireImpulse, CallDestroy, CanAttack, ChangedReservation, ChargeBar, CheckReset, ChooseFireAt, ClientKDriverEnter, ClientKDriverLeave, ClientRegisterVehicleWeapon, ClientVehicleCeaseFire, ClientVehicleExplosion, Deploy, DestroyAppearance, Destroyed, Died, DisplayDebug, DrawHUD, DriverDied, DriverLeft, DriverRadiusDamage, FastVehicle, FindEntryVehicle, Fire, FireOnRelease, GetBotPassenger, GetInstigator, GetTurrets, HasOccupiedTurret, HasUDamage, HasWeapon, HealDamage, ImpactDamageModifier, IsDeployed, IsFiring, IsVehicleEmpty, KDriverEnter, KDriverLeave, KImpact, LimitPitch, MayUndeploy, ModifyThreat, NeedToTurn, NewReservationCostMultiplier, NotifyEnemyLockedOn, NotifyEnemyLostLock, NumPassengers, OpenPositionFor, PlayHit, PostNetBeginPlay, PrecacheAnnouncer, RefireRate, ReservationCostMultiplier, ServerChangeDriverPosition, ServerPlayHorn, ServerVerifyVehicleWeapon, SetActiveWeapon, SetReservation, SetTeamNum, SpokenFor, StaticPrecache, SVehicleUpdateParams, SwitchWeapon, TakeDamage, TakeImpactDamage, TeamChanged, TooCloseToAttack, TryToDrive, UpdatePrecacheMaterials, UpdatePrecacheStaticMeshes, VehicleCeaseFire, VehicleExplosion, VehicleLocked
Inherited Functions from Engine.SVehicle
Destroyed, Flip, GraphData, JumpOffPawn, KApplyForce, PostNetBeginPlay, SVehicleUpdateParams, Tick, UpdateVehicle, VehicleStateReceived


Variables Detail

AccumulatedTime Source code

var float AccumulatedTime;

bNewPlaneState Source code

var bool bNewPlaneState;

ChassisState Source code

var KRigidBodyState ChassisState;

CurrentThrust Source code

var float CurrentThrust;

LastCamRot Source code

var rotator LastCamRot;

LastCamTime Source code

var float LastCamTime;

OldPlaneState Source code

var PlaneStateStruct OldPlaneState;

OutputRise Source code

var float OutputRise;

OutputStrafe Source code

var float OutputStrafe;

OutputThrust Source code

var float OutputThrust;

PlaneState Source code

var PlaneStateStruct PlaneState;

ThrusterOffsets Source code

var array<vector> ThrusterOffsets;

ONSPlaneCraft

AirFactor Source code

var(ONSPlaneCraft) float AirFactor;

BankTorque Source code

var(ONSPlaneCraft) float BankTorque;

bHoverOnGround Source code

var(ONSPlaneCraft) bool bHoverOnGround;

CameraDistance Source code

var(ONSPlaneCraft) float CameraDistance;

CameraSwingRatio Source code

var(ONSPlaneCraft) float CameraSwingRatio;

COMHeight Source code

var(ONSPlaneCraft) float COMHeight;

DragCoefficientCurve Source code

var(ONSPlaneCraft) InterpCurve DragCoefficientCurve;

HoverCheckDist Source code

var(ONSPlaneCraft) float HoverCheckDist;

HoverForceCurve Source code

var(ONSPlaneCraft) InterpCurve HoverForceCurve;

HoverPenScale Source code

var(ONSPlaneCraft) float HoverPenScale;

HoverSoftness Source code

var(ONSPlaneCraft) float HoverSoftness;

LiftCoefficientCurve Source code

var(ONSPlaneCraft) InterpCurve LiftCoefficientCurve;

MaxThrust Source code

var(ONSPlaneCraft) float MaxThrust;

PitchTorque Source code

var(ONSPlaneCraft) float PitchTorque;

ThrustAcceleration Source code

var(ONSPlaneCraft) float ThrustAcceleration;


Structures Detail

PlaneStateStruct Source code

struct PlaneStateStruct
{
var KRBVec ChassisAngVel;
var KRBVec ChassisLinVel;
var KRBVec ChassisPosition;
var Quat ChassisQuaternion;
var float ServerRise;
var float ServerStrafe;
var float ServerThrust;
var int ServerViewPitch;
var int ServerViewYaw;
};



Functions Detail

Destroyed Source code

simulated event Destroyed ( )

GetRotDiff Source code

function int GetRotDiff ( int A, int B )

KUpdateState Source code

simulated event bool KUpdateState ( out KRigidBodyState newState )

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( )

SpecialCalcBehindView Source code

simulated function SpecialCalcBehindView ( PlayerController PC, out actor ViewActor, out vector CameraLocation, out rotator CameraRotation )

SpecialCalcFirstPersonView Source code

simulated function SpecialCalcFirstPersonView ( PlayerController PC, out actor ViewActor, out vector CameraLocation, out rotator CameraRotation )

SVehicleUpdateParams Source code

simulated event SVehicleUpdateParams ( )


Defaultproperties

defaultproperties
{
     CameraSwingRatio=0.020000
     CameraDistance=900.000000
}

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