I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTVehicle_Scavenger internal variables (UT3)
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTVehicle_Walker >> UTVehicle_Scavenger (internal variables) |
Contents
- 1 Internal variables
- 1.1 ActiveSeeker
- 1.2 ArmExtendSound
- 1.3 ArmMomentum
- 1.4 ArmRetractSound
- 1.5 BallAudio
- 1.6 BallBoostEffect
- 1.7 BallBoostEffectTemplate
- 1.8 BallCollisionDamageType
- 1.9 BallHitComponent
- 1.10 BallHitEffectTemplate
- 1.11 BallModeStartupDelay
- 1.12 BallStatus
- 1.13 bBallBoostActivated
- 1.14 bDoingJump
- 1.15 BladesHitFleshSound
- 1.16 BladesHitSurfaceSound
- 1.17 BladesRetractAC
- 1.18 BladesSpinningAC
- 1.19 BoostChargeDuration
- 1.20 BoostChargeTime
- 1.21 BoostStartTime
- 1.22 BounceSound
- 1.23 bSpinAttackActive
- 1.24 bStartedBallMode
- 1.25 CurrentRollMaterial
- 1.26 DuckSound
- 1.27 ImpactParticle
- 1.28 JumpDelay
- 1.29 JumpSound
- 1.30 LandSound
- 1.31 LastJumpTime
- 1.32 MaxBallForce
- 1.33 MaxBallSpeed
- 1.34 MaxBoostDuration
- 1.35 MaxBoostForce
- 1.36 MaxBoostSpeed
- 1.37 NextBallTransitionTime
- 1.38 RollingPhysicalMaterial
- 1.39 ShieldBurnoutTeamMaterials
- 1.40 ShieldTeamMaterials
- 1.41 SpinAttackRadius
- 1.42 SpinAttackStartTime
- 1.43 SpinAttackTotalTime
;Other member categories for this class::UTVehicle Scavenger 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]
ActiveSeeker[edit]
Type: UTProj_ScavengerBoltBase
currently active seeker ball
ArmExtendSound[edit]
Type: SoundCue
ArmMomentum[edit]
Type: float
How much momentum to impart on a non-UTPawn with the arms per sec
Default value: 1.0
ArmRetractSound[edit]
Type: SoundCue
BallAudio[edit]
Type: AudioComponent
BallBoostEffect[edit]
Type: ParticleSystemComponent
The visual effect when boosting
BallBoostEffectTemplate[edit]
Type: ParticleSystem
Array size: 2
BallCollisionDamageType[edit]
Type: class<UTDamageType>
Damage type when collide with something in ball mode
Default value: Class'UTGame.UTDmgType_VehicleCollision'
BallHitComponent[edit]
Type: ParticleSystemComponent
The visual effect when colliding
BallHitEffectTemplate[edit]
Type: ParticleSystem
Array size: 2
BallModeStartupDelay[edit]
Type: float
Default value: 0.7
BallStatus[edit]
Type: BallModeStatus
Modifiers: repnotify
Replicated struct containing information about ball transition.
bBallBoostActivated[edit]
Type: bool
Ball mode boost timer and effects
bDoingJump[edit]
Type: bool
Was a jump initiated successfully by the player
BladesHitFleshSound[edit]
Type: SoundCue
Spinning blades impact flesh \ characters
BladesHitSurfaceSound[edit]
Type: SoundCue
Spinning blades impact surface \ vehicle
BladesRetractAC[edit]
Type: AudioComponent
BladesSpinningAC[edit]
Type: AudioComponent
BoostChargeDuration[edit]
Type: float
How long it takes to recharge between boosts
Default value: 4.0
BoostChargeTime[edit]
Type: float
used to track boost recharging duration
Default value: -10.0
BoostStartTime[edit]
Type: float
used to track boost duration
BounceSound[edit]
Type: SoundCue
bSpinAttackActive[edit]
Type: bool
Modifiers: repnotify
Spin attack has been activated
bStartedBallMode[edit]
Type: bool
Are we officially in ball mode (legs retracted, physics off)
CurrentRollMaterial[edit]
Type: name
DuckSound[edit]
Type: SoundCue
ImpactParticle[edit]
Type: ParticleSystemComponent
JumpDelay[edit]
Type: float
Default value: 2.0
JumpSound[edit]
Type: SoundCue
LandSound[edit]
Type: SoundCue
LastJumpTime[edit]
Type: float
MaxBallForce[edit]
Type: float
Default value: 250.0
MaxBallSpeed[edit]
Type: float
max allowed speed while in ball mode (and not boosting)
Default value: 1600.0
MaxBoostDuration[edit]
Type: float
How long you can boost in ball mode
Default value: 2.0
MaxBoostForce[edit]
Type: float
Default value: 350.0
MaxBoostSpeed[edit]
Type: float
max allowed speed while boosting
Default value: 1900.0
NextBallTransitionTime[edit]
Type: float
The next time that the ball can transition.
RollingPhysicalMaterial[edit]
Type: PhysicalMaterial
Modifiers: transient
PhysicalMaterial to use while rolling
ShieldBurnoutTeamMaterials[edit]
Type: array<MaterialInterface>
ShieldTeamMaterials[edit]
Type: array<MaterialInterface>
holds the team color materials for the shield *
SpinAttackRadius[edit]
Type: float
Area of effect for spin attack
Default value: 250.0
SpinAttackStartTime[edit]
Type: float
Time of spin attack start
SpinAttackTotalTime[edit]
Type: float
Total spin attack time allowed