There is no spoon
UE2:ONSVehicle internal variables (UT2004)
Contents
- 1 Internal variables
- 1.1 ActiveWeapon
- 1.2 AltFocalPoint
- 1.3 bAltFocalPoint
- 1.4 bCannotBeBased
- 1.5 bCustomAiming
- 1.6 bDestroyAppearance
- 1.7 bDisintegrateVehicle
- 1.8 bDriverCannotLeaveVehicle
- 1.9 bEjectPassengersWhenFlipped
- 1.10 bHadFire
- 1.11 bHasAltFire
- 1.12 bHasAltFireImpulse
- 1.13 bHasBeenAwake
- 1.14 bHasFireImpulse
- 1.15 bIsAwake
- 1.16 bNeverReset
- 1.17 bSoundsPrecached
- 1.18 CrosshairColor
- 1.19 CrosshairTexture
- 1.20 CrosshairX
- 1.21 CrosshairY
- 1.22 CustomAim
- 1.23 DamagedEffect
- 1.24 DamagedEffectAccruedDamage
- 1.25 DebugInfo
- 1.26 DestroyedRoadKillDamageType
- 1.27 ExplosionCount
- 1.28 ExplosionDamage
- 1.29 ExplosionDamageType
- 1.30 ExplosionMomentum
- 1.31 ExplosionRadius
- 1.32 HeadlightCorona
- 1.33 HeadlightProjector
- 1.34 ImpactInfo
- 1.35 ImpactTicksLeft
- 1.36 LastCheckUpsideDownTime
- 1.37 LastImpactExplosionTime
- 1.38 LastRunOverWarningTime
- 1.39 LastVelocitySize
- 1.40 LockedOnSound
- 1.41 MinRunOverWarningAim
- 1.42 OldExplosionCount
- 1.43 OldYaw
- 1.44 Reservation
- 1.45 ResetTime
- 1.46 UpsideDownDamage
- 1.47 ViewShakeLastCheck
- 1.48 WeaponPawns
- 1.49 Weapons
;Other member categories for this class::instance functions, property group
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]
ActiveWeapon[edit]
Type: byte
AltFocalPoint[edit]
Type: Object.Vector
bAltFocalPoint[edit]
Type: bool
used by AI - override AI focalpoint
bCannotBeBased[edit]
Type: bool
bCustomAiming[edit]
Type: bool
If true, the weapon aiming will be controlled by setting CustomAim.
bDestroyAppearance[edit]
Type: bool
bDisintegrateVehicle[edit]
Type: bool
bDriverCannotLeaveVehicle[edit]
Type: bool
bEjectPassengersWhenFlipped[edit]
Type: bool
Default value: True
bHadFire[edit]
Type: bool
internal
bHasAltFire[edit]
Type: bool
Default value: True
bHasAltFireImpulse[edit]
Type: bool
bHasBeenAwake[edit]
Type: bool
Modifiers: const
bHasFireImpulse[edit]
Type: bool
bIsAwake[edit]
Type: bool
Modifiers: const
used for replication
bNeverReset[edit]
Type: bool
bSoundsPrecached[edit]
Type: bool
CrosshairColor[edit]
Type: Object.Color
Modifiers: config
Default value:
Member | Value |
---|---|
A | 255 |
B | 0 |
G | 255 |
R | 0 |
CrosshairTexture[edit]
Type: Texture
Modifiers: config
Default value: Texture'ONSInterface-TX.tankBarrelAligned'
CrosshairX[edit]
Type: float
Modifiers: config
Default value: 32.0
CrosshairY[edit]
Type: float
Modifiers: config
Default value: 32.0
CustomAim[edit]
Type: Object.Rotator
DamagedEffect[edit]
Type: ONSDamagedEffect
DamagedEffectAccruedDamage[edit]
Type: float
DebugInfo[edit]
Type: string
DestroyedRoadKillDamageType[edit]
Type: class<DamageType>
damagetype for when vehicle runs over/crushes someone after being destroyed
Default value: Class'Onslaught.DamTypeDestroyedVehicleRoadKill'
ExplosionCount[edit]
Type: byte
ExplosionDamage[edit]
Type: float
Default value: 100.0
ExplosionDamageType[edit]
Type: class<DamageType>
Default value: Class'Onslaught.DamTypeONSVehicleExplosion'
ExplosionMomentum[edit]
Type: float
Default value: 60000.0
ExplosionRadius[edit]
Type: float
Default value: 300.0
HeadlightCorona[edit]
Type: array<ONSHeadlightCorona>
HeadlightProjector[edit]
Type: ONSHeadlightProjector
ImpactInfo[edit]
Type: ImpactInfoStruct
ImpactTicksLeft[edit]
Type: int
LastCheckUpsideDownTime[edit]
Type: float
LastImpactExplosionTime[edit]
Type: float
LastRunOverWarningTime[edit]
Type: float
last time checked for pawns in front of vehicle and warned them of their impending doom
LastVelocitySize[edit]
Type: float
internal
LockedOnSound[edit]
Type: Sound
Default value: Sound'WeaponSounds.BSeekLost1'
MinRunOverWarningAim[edit]
Type: float
Default value: 0.88
OldExplosionCount[edit]
Type: byte
OldYaw[edit]
Type: int
Reservation[edit]
Type: Bot
bot that's about to get in this vehicle
ResetTime[edit]
Type: float
if vehicle has no driver, CheckReset() will be called at this time
UpsideDownDamage[edit]
Type: float
ViewShakeLastCheck[edit]
Type: float
WeaponPawns[edit]
Type: array<ONSWeaponPawn>