Cogito, ergo sum
UE2:ONSPlaneCraft (UT2004)
Contents
- 1 Properties
- 1.1 Property group 'ONSPlaneCraft'
- 1.1.1 AirFactor
- 1.1.2 BankTorque
- 1.1.3 bHoverOnGround
- 1.1.4 CameraDistance
- 1.1.5 CameraSwingRatio
- 1.1.6 COMHeight
- 1.1.7 DragCoefficientCurve
- 1.1.8 HoverCheckDist
- 1.1.9 HoverForceCurve
- 1.1.10 HoverPenScale
- 1.1.11 HoverSoftness
- 1.1.12 LiftCoefficientCurve
- 1.1.13 MaxThrust
- 1.1.14 PitchTorque
- 1.1.15 ThrustAcceleration
- 1.2 Internal variables
- 1.1 Property group 'ONSPlaneCraft'
- 2 Structs
- 3 Functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties
Property group 'ONSPlaneCraft'
AirFactor
Type: float
Technically this should be air density * wingspan area
BankTorque
Type: float
bHoverOnGround
Type: bool
CameraDistance
Type: float
Default value: 900.0
CameraSwingRatio
Type: float
Default value: 0.02
COMHeight
Type: float
DragCoefficientCurve
Type: Object.InterpCurve
HoverCheckDist
Type: float
HoverForceCurve
Type: Object.InterpCurve
HoverPenScale
Type: float
HoverSoftness
Type: float
LiftCoefficientCurve
Type: Object.InterpCurve
MaxThrust
Type: float
PitchTorque
Type: float
ThrustAcceleration
Type: float
Internal variables
AccumulatedTime
Type: float
bNewPlaneState
Type: bool
ChassisState
Type: Actor.KRigidBodyState
CurrentThrust
Type: float
LastCamRot
Type: Object.Rotator
LastCamTime
Type: float
OldPlaneState
Type: PlaneStateStruct
OutputRise
Type: float
OutputStrafe
Type: float
OutputThrust
Type: float
PlaneState
Type: PlaneStateStruct
ThrusterOffsets
Type: array<Object.Vector>
Structs
PlaneStateStruct
Modifiers: native
- Actor.KRBVec ChassisPosition
- Object.Quat ChassisQuaternion
- Actor.KRBVec ChassisLinVel
- Actor.KRBVec ChassisAngVel
- float ServerThrust
- float ServerStrafe
- float ServerRise
- int ServerViewPitch
- int ServerViewYaw
Functions
Events
Destroyed
Overrides: ONSVehicle.Destroyed
KUpdateState
Overrides: Actor.KUpdateState
PostNetBeginPlay
Overrides: ONSVehicle.PostNetBeginPlay
SVehicleUpdateParams
Overrides: ONSVehicle.SVehicleUpdateParams
Other instance functions
GetRotDiff
SpecialCalcBehindView
Overrides: Vehicle.SpecialCalcBehindView
SpecialCalcFirstPersonView
Overrides: Vehicle.SpecialCalcFirstPersonView