I'm a doctor, not a mechanic
Difference between revisions of "UE3:UTVehicle Fury internal variables (UT3)"
(Auto-generated page) |
(Talk) |
||
Line 159: | Line 159: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' 0.5 | ||
====BoostRampUpTime==== | ====BoostRampUpTime==== | ||
Line 164: | Line 166: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' 0.2 | ||
====BoostStatus==== | ====BoostStatus==== | ||
Line 214: | Line 218: | ||
'''Default value, index 1:''' 1.0 | '''Default value, index 1:''' 1.0 | ||
+ | |||
+ | '''Default value, index 2:''' 0.7 | ||
+ | |||
+ | '''Default value, index 3:''' 0.7 | ||
====MinTurnRiseForce==== | ====MinTurnRiseForce==== | ||
Line 251: | Line 259: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
− | '''Default value:''' 1. | + | '''Default value:''' 1.134 |
====UprightMaxModifier==== | ====UprightMaxModifier==== |
Latest revision as of 07:40, 23 May 2008
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTHoverVehicle >> UTAirVehicle >> UTVehicle_Fury (internal variables) |
Contents
- 1 Internal variables
- 1.1 AfterburnerSound
- 1.2 AnimPlayer
- 1.3 ArmBlendNodes
- 1.4 BeamAmbientSound
- 1.5 BeamEmitter
- 1.6 BeamFireSound
- 1.7 BeamLockedInfo
- 1.8 BeamSockets
- 1.9 BeamStartSound
- 1.10 BeamStopSound
- 1.11 BeamTemplate
- 1.12 BlendNode
- 1.13 BoostAirSpeed
- 1.14 BoostAttempt
- 1.15 BoostCameraShake
- 1.16 BoostChargeRate
- 1.17 BoostComponent
- 1.18 BoostDisabledTimer
- 1.19 BoostEndTime
- 1.20 BoosterForceMagnitude
- 1.21 BoosterFOVAngle
- 1.22 BoosterNames
- 1.23 BoostPowerSpeed
- 1.24 BoostRampDownTime
- 1.25 BoostRampUpTime
- 1.26 BoostStatus
- 1.27 bSteeringLimited
- 1.28 CustomEntryRadius
- 1.29 EffectEmitter
- 1.30 EndPointNormalParamName
- 1.31 EndPointParamName
- 1.32 JetSFX
- 1.33 MaxBoostDuration
- 1.34 MinTurnRiseForce
- 1.35 MinTurnStrafeForce
- 1.36 MinTurnThrustForce
- 1.37 StrafeSound
- 1.38 TailFoldControl
- 1.39 TakeOffRate
- 1.40 UprightMaxModifier
- 1.41 UprightRollMaxThreshold
- 1.42 UprightRollMinThreshold
;Other member categories for this class::UTVehicle Fury Content defaults
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. |
Internal variables[edit]
AfterburnerSound[edit]
Type: SoundCue
Sfx to play when boosting forward/back
AnimPlayer[edit]
Type: UTAnimNodeSequence
ArmBlendNodes[edit]
Type: UTAnimBlendByCollision
Array size: 4
BeamAmbientSound[edit]
Type: AudioComponent
Modifiers: protected
Sound playing while the beam is firing
BeamEmitter[edit]
Type: ParticleSystemComponent
Array size: 4
Holds the Emitter for the Beam
BeamFireSound[edit]
Type: SoundCue
Sfx to play when the beam is fired
BeamLockedInfo[edit]
Type: BeamLockData
Modifiers: repnotify
Who is the beam locked on to
BeamSockets[edit]
Type: name
Array size: 4
Where to attach the Beam
BeamStartSound[edit]
Type: SoundCue
BeamStopSound[edit]
Type: SoundCue
BeamTemplate[edit]
Type: ParticleSystem
Emitter template for the beams
BlendNode[edit]
Type: AnimNodeBlend
BoostAirSpeed[edit]
Type: float
Boost speed is the (clamped) max speed
Default value: 5000.0
BoostAttempt[edit]
Type: EBoostDir
BoostCameraShake[edit]
Type: CameraAnim
Camera movement to play when boosting.
BoostChargeRate[edit]
Type: float
How long afterwards does it take to charge up
BoostComponent[edit]
Type: AudioComponent
BoostDisabledTimer[edit]
Type: float
When can the next boost occur
BoostEndTime[edit]
Type: float
When was it started
BoosterForceMagnitude[edit]
Type: float
Array size: 4
Booster properties
Default value, index 1: 1700.0
Default value, index 2: 1700.0
Default value, index 3: 1700.0
BoosterFOVAngle[edit]
Type: float
desired camera FOV while using booster
Default value: 90.0
BoosterNames[edit]
Type: name
Array size: 3
BoostPowerSpeed[edit]
Type: float
Default value: 5000.0
BoostRampDownTime[edit]
Type: float
Default value: 0.5
BoostRampUpTime[edit]
Type: float
Default value: 0.2
BoostStatus[edit]
Type: EBoostDir
Modifiers: repnotify
bSteeringLimited[edit]
Type: bool
If true, steering is very limited (enabled while boosting)
CustomEntryRadius[edit]
Type: float
radius to allow players under this Fury to gain entry
Default value: 240.0
EffectEmitter[edit]
Type: ParticleSystemComponent
EndPointNormalParamName[edit]
Type: name
The name of the EndPoint normal parameter
EndPointParamName[edit]
Type: name
The name of the EndPoint parameter
JetSFX[edit]
Type: JetSFXInfo
Array size: 3
Forward, Left, Right
MaxBoostDuration[edit]
Type: float
Array size: 4
How long does the boost last
Default value, index 1: 1.0
Default value, index 2: 0.7
Default value, index 3: 0.7
MinTurnRiseForce[edit]
Type: float
Default value: 2200.0
MinTurnStrafeForce[edit]
Type: float
Values to be used when Steering is lowered
Default value: 100.0
MinTurnThrustForce[edit]
Type: float
Default value: 3500.0
StrafeSound[edit]
Type: SoundCue
Sfx to play when boosting sideways
TailFoldControl[edit]
Type: SkelControlSingleBone
Used to raise and lower tail fin.
TakeOffRate[edit]
Type: float
Default value: 1.134
UprightMaxModifier[edit]
Type: float
Default value: 15.0
UprightRollMaxThreshold[edit]
Type: float
Default value: 1000.0
UprightRollMinThreshold[edit]
Type: float
Adjustments to the upright constraint depending on turn rate