I'm a doctor, not a mechanic
UE3:UTVehicle_Hoverboard internal variables (UDK)
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTHoverVehicle >> UTVehicle_Hoverboard (internal variables) |
Contents
- 1 Internal variables
- 1.1 AutoSpin
- 1.2 bDisableRepulsorsAtMaxFallSpeed
- 1.3 bDoHoverboardJump
- 1.4 bForceSpinWarmup
- 1.5 bGrab1
- 1.6 bGrab2
- 1.7 bGrabbingBoard
- 1.8 bInAJump
- 1.9 bInTow
- 1.10 bIsDodging
- 1.11 bLeftGround
- 1.12 BlueDustEffect
- 1.13 BlueThrusterEffect
- 1.14 bNoVehicleEntry
- 1.15 bTrickJumping
- 1.16 CameraInitialOut
- 1.17 CurrentHeadYaw
- 1.18 CurrentLookYaw
- 1.19 CurrentSteerOffset
- 1.20 CurrentTowDistance
- 1.21 CurrentViewRoll
- 1.22 CurveSound
- 1.23 DesiredSpeedSquared
- 1.24 DistanceJointInstance
- 1.25 DistanceJointSetup
- 1.26 DodgeForce
- 1.27 DoubleClickMove
- 1.28 DustBoardHeightParamName
- 1.29 DustVelMagParamName
- 1.30 DustVelParamName
- 1.31 EngineThrustSound
- 1.32 FallingDamageRagdollThreshold
- 1.33 FootBoardConstraintSetup
- 1.34 GroundNormal
- 1.35 HandleMesh
- 1.36 HoverboardDust
- 1.37 HoverboardMesh
- 1.38 JumpDelay
- 1.39 JumpSound
- 1.40 LandedCountdown
- 1.41 LastDesiredSpeedTime
- 1.42 LastJumpTime
- 1.43 LastTryTowCableTime
- 1.44 LeanUprightConstraintInstance
- 1.45 LeanUprightConstraintSetup
- 1.46 LeftFootBoardConstraintInstance
- 1.47 OverWaterSound
- 1.48 PhysWeightBlendTimeToGo
- 1.49 RedDustEffect
- 1.50 RedThrusterEffect
- 1.51 RightFootBoardConstraintInstance
- 1.52 RoosterEffect
- 1.53 RoosterEffectTemplate
- 1.54 RoosterNoise
- 1.55 RoosterSoundCue
- 1.56 RoosterTurnScale
- 1.57 SpineTurnControl
- 1.58 SpinHeadingOffset
- 1.59 TakeoffYaw
- 1.60 TargetPhysicsWeight
- 1.61 TargetPitch
- 1.62 ThrusterEffect
- 1.63 ThrusterEffectSocket
- 1.64 TowBeamEmitter
- 1.65 TowBeamEndParameterName
- 1.66 TowBeamEndPointEffect
- 1.67 TowBeamIntensityName
- 1.68 TowBeamTeamEmitters
- 1.69 TowBeamTeamEndPoints
- 1.70 TowControl
- 1.71 TowDistanceChangeSpeed
- 1.72 TowEndedSound
- 1.73 TowInfo
- 1.74 TowLineBlockedBreakTime
- 1.75 TowLineBlockedFor
- 1.76 TowLocalAttachPos
- 1.77 TowLoopComponent
- 1.78 TowLoopCue
- 1.79 TowStartedSound
- 1.80 TrickJumpWarmup
- 1.81 TrickSpinWarmup
- 1.82 TurnSound
- UTVehicle_Hoverboard internal variables in other games:
- UT3
- Other member categories for this class:
- UTVehicle Hoverboard instance 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. |
Internal variables[edit]
AutoSpin[edit]
Type: float
bDisableRepulsorsAtMaxFallSpeed[edit]
Type: bool
disable repulsors if the vehicle has negative Z velocity exceeds the Driver's MaxFallSpeed
Default value: True
bDoHoverboardJump[edit]
Type: bool
Modifiers: repnotify
bForceSpinWarmup[edit]
Type: bool
bGrab1[edit]
Type: bool
bGrab2[edit]
Type: bool
bGrabbingBoard[edit]
Type: bool
bInAJump[edit]
Type: bool
True when in-air as the result of a jump
bInTow[edit]
Type: bool
Tow Cable
bIsDodging[edit]
Type: bool
True when requesting dodge
bLeftGround[edit]
Type: bool
BlueDustEffect[edit]
Type: ParticleSystem
BlueThrusterEffect[edit]
Type: ParticleSystem
bNoVehicleEntry[edit]
Type: bool
set when ragdolling, so DriverLeave() doesn't try to stick driver in another vehicle
bTrickJumping[edit]
Type: bool
CameraInitialOut[edit]
Type: float
camera smooth out
CurrentHeadYaw[edit]
Type: float
Modifiers: transient
Used internally for limiting how quickly the head tracks.
CurrentLookYaw[edit]
Type: float
Modifiers: transient
The current angle (in radians) between the way the board is pointing and the way the player is looking.
CurrentSteerOffset[edit]
Type: float
Current offset applied to look direction for board
CurrentTowDistance[edit]
Type: float
Modifiers: const
Used internally - current length of tow 'rope'.
CurrentViewRoll[edit]
Type: int
CurveSound[edit]
Type: AudioComponent
Sounds
DesiredSpeedSquared[edit]
Type: float
If bot's speed is less than this for a while, it leaves the hoverboard to go on foot fot a bit instead
DistanceJointInstance[edit]
Type: RB_ConstraintInstance
Modifiers: editinline, export
Default value: RB_ConstraintInstance'UTGame.Default__UTVehicle_Hoverboard:MyDistanceJointInstance'
DistanceJointSetup[edit]
Type: RB_DistanceJointSetup
Modifiers: editinline, export
Default value: RB_DistanceJointSetup'UTGame.Default__UTVehicle_Hoverboard:MyDistanceJointSetup'
DodgeForce[edit]
Type: Object.Vector
Dodge force to apply (has direction)
DoubleClickMove[edit]
Type: Actor.EDoubleClickDir
Save Doubleclick move from player
DustBoardHeightParamName[edit]
Type: name
Default value: 'BoardHeight'
DustVelMagParamName[edit]
Type: name
Default value: 'BoardVelMag'
DustVelParamName[edit]
Type: name
Default value: 'BoardVel'
EngineThrustSound[edit]
Type: SoundCue
FallingDamageRagdollThreshold[edit]
Type: int
How much falling damage player can take on hoverboard without ragdolling
Default value: 10
FootBoardConstraintSetup[edit]
Type: RB_ConstraintSetup
Modifiers: editinline, export
GroundNormal[edit]
Type: Object.Vector
Modifiers: transient
HandleMesh[edit]
Type: StaticMeshComponent
hoverboard handle mesh, attached separately to driver
HoverboardDust[edit]
Type: ParticleSystemComponent
Emitter under the board making dust.
Default value: UTParticleSystemComponent'HoverboardDust0'
HoverboardMesh[edit]
Type: UTSkeletalMeshComponent
Hoverboard mesh visible attachment
JumpDelay[edit]
Type: float
Default value: 1.0
JumpSound[edit]
Type: SoundCue
LandedCountdown[edit]
Type: float
LastDesiredSpeedTime[edit]
Type: float
last time bot's speed was at or above DesiredSpeedSquared
LastJumpTime[edit]
Type: float
LastTryTowCableTime[edit]
Type: float
AI property for tow cable use
LeanUprightConstraintInstance[edit]
Type: RB_ConstraintInstance
Modifiers: editinline, export
LeanUprightConstraintSetup[edit]
Type: RB_StayUprightSetup
Modifiers: editinline, export
LeftFootBoardConstraintInstance[edit]
Type: RB_ConstraintInstance
Modifiers: editinline, export
OverWaterSound[edit]
Type: SoundCue
Cue played when over water.
PhysWeightBlendTimeToGo[edit]
Type: float
RedDustEffect[edit]
Type: ParticleSystem
RedThrusterEffect[edit]
Type: ParticleSystem
RightFootBoardConstraintInstance[edit]
Type: RB_ConstraintInstance
Modifiers: editinline, export
RoosterEffect[edit]
Type: ParticleSystemComponent
Effect when moving quickly over water.
RoosterEffectTemplate[edit]
Type: ParticleSystem
RoosterNoise[edit]
Type: AudioComponent
Noise to play when rooster tail is active.
RoosterSoundCue[edit]
Type: SoundCue
RoosterTurnScale[edit]
Type: float
How much to turn effect to side based on steering.
Default value: 1.0
SpineTurnControl[edit]
Type: SkelControlSingleBone
Controller used to turn the spine.
SpinHeadingOffset[edit]
Type: float
TakeoffYaw[edit]
Type: float
TargetPhysicsWeight[edit]
Type: float
TargetPitch[edit]
Type: float
Modifiers: transient
ThrusterEffect[edit]
Type: ParticleSystemComponent
ThrusterEffectSocket[edit]
Type: name
TowBeamEmitter[edit]
Type: ParticleSystemComponent
The emitter that shows the attachment
TowBeamEndParameterName[edit]
Type: name
parameter for tow beam endpoint
Default value: 'TetherEnd'
TowBeamEndPointEffect[edit]
Type: ParticleSystemComponent
The emitter on the end point of the towbeam
TowBeamIntensityName[edit]
Type: name
This is the name to use to control the intensity of the tow beam *
TowBeamTeamEmitters[edit]
Type: ParticleSystem
Array size: 2
The reference particle systems for the beam emitter (per team)
TowBeamTeamEndPoints[edit]
Type: ParticleSystem
Array size: 2
The reference particle systems for the end point emitter (per team)
TowControl[edit]
Type: SkelControlLookAt
Controller used to point arm at vehicle you are towed behind.
TowDistanceChangeSpeed[edit]
Type: float
Controls how quickly length of tow rope changes when holding throttle.
Default value: 300.0
TowEndedSound[edit]
Type: SoundCue
TowInfo[edit]
Type: TowInfoData
Modifiers: repnotify
TowLineBlockedBreakTime[edit]
Type: float
Time that tow line has to be blocked before it breaks.
Default value: 0.25
TowLineBlockedFor[edit]
Type: float
How long the tow line has been blocked for so far.
TowLocalAttachPos[edit]
Type: Object.Vector
Location for towing constraint in vehicle space.
Default value:
Member | Value |
---|---|
X | 50.0 |
Y | 0.0 |
Z | 50.0 |
TowLoopComponent[edit]
Type: AudioComponent
TowLoopCue[edit]
Type: SoundCue
TowStartedSound[edit]
Type: SoundCue
TrickJumpWarmup[edit]
Type: float
TrickSpinWarmup[edit]
Type: float
TurnSound[edit]
Type: SoundCue