I'm a doctor, not a mechanic

Difference between revisions of "UE3:UTVehicleBoostPad (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 25: Line 25:
  
 
<!-- enter variable description -->
 
<!-- enter variable description -->
 +
 +
'''Default value:''' 0.01
  
 
====BoostPower====
 
====BoostPower====
Line 96: Line 98:
 
|-
 
|-
 
| ArrowSize
 
| ArrowSize
| 5.0
+
| 5.5
 
|}
 
|}
  
Line 136: Line 138:
 
! Value
 
! Value
 
|-
 
|-
| 000000,Y
+
| X
|  
+
| 2.0
 
|-
 
|-
| 000000,Z
+
| Y
|  
+
| 1.0
 
|-
 
|-
| X
+
| Z
| 2.0
+
| 0.4
 
|}
 
|}
 
|-
 
|-

Latest revision as of 08:40, 23 May 2008

UT3 Object >> Actor >> UTVehicleBoostPad
Package: 
UTGame
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'UTVehicleBoostPad'[edit]

AffectedVehicles[edit]

Type: array<class<UTVehicle> >


bInitiallyOn[edit]

Type: bool


Default value: True

BoostDamping[edit]

Type: float


Default value: 0.01

BoostPower[edit]

Type: float


Default value: 1500.0

Internal variables[edit]

bCurrentlyActive[edit]

Type: bool


VehicleList[edit]

Type: array<UTVehicle>


Default values[edit]

Property Value
bAlwaysRelevant True
bCollideActors True
CollisionComponent StaticMeshComponent'StaticMeshComponent0'
CollisionType COLLIDE_CustomDefault
Components[0] ArrowComponent'ArrowComponent0'
Components[1] StaticMeshComponent'StaticMeshComponent0'

Subobjects[edit]

ArrowComponent0[edit]

Class: Engine.ArrowComponent

Property Value
ArrowColor
Member Value
A 255
B 128
G 255
R 0
ArrowSize 5.5

StaticMeshComponent0[edit]

Class: Engine.StaticMeshComponent

Property Value
bAcceptsLights False
BlockActors False
BlockRigidBody False
BlockZeroExtent False
bUseAsOccluder False
CastShadow False
HiddenGame True
Materials[0] Material'Envy_Effects.Energy.Materials.M_EFX_Energy_Loop_Scroll_01'
Scale3D
Member Value
X 2.0
Y 1.0
Z 0.4
StaticMesh StaticMesh'UN_SimpleMeshes.TexPropCube_Dup'

Functions[edit]

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Tick[edit]

event Tick (float DT)

Overrides: Actor.Tick


Touch[edit]

event Touch (Actor Other, PrimitiveComponent OtherComp, Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: Actor.Touch


UnTouch[edit]

event UnTouch (Actor Other)

Overrides: Actor.UnTouch


Other instance functions[edit]

CalculateForce[edit]

simulated function Object.Vector CalculateForce (Object.Vector CarLocation, Object.Vector CarVelocity)


Trigger[edit]

function Trigger (Actor Other, Pawn EventInstigator)