Mostly Harmless

UE2:U2JumpPackPickup (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> Pickup >> PowerUpPickup >> U2JumpPackPickup
Package: 
U2

U2JumpPackPickup.uc

Properties[edit]

Property group 'U2JumpPackPickup'[edit]

DrainAmount[edit]

Type: int


Default value: 1

DrainRate[edit]

Type: float

DrainAmount per DrainRate in seconds

Default value: 0.1

JumpEnergy[edit]

Type: float

Current JumpEnergy

MaxJumpEnergy[edit]

Type: float

JumpEnergy cap

Default value: 30.0

RechargeAmount[edit]

Type: float


Default value: 1.0

RechargeRate[edit]

Type: float

RechargeAmount per RechargeRate in seconds

Default value: 0.25

Thrust[edit]

Type: float


Default value: 1500.0

Default values[edit]

Property Value
bNoStaticMeshCollide True
CollisionHeight 11.0
DrawType DT_StaticMesh
InventoryType Class'U2.U2JumpPack'
PickupMessage "You got the Jump Pack."
PickupSound Sound'U2A.Suits.JumpPackPickup'
RespawnTime 60.0
StaticMesh StaticMesh'VertexM.Decorations.Xmesh'

States[edit]

Pickup[edit]

Inherits from: PowerUpPickup.Pickup

Modifiers: auto

Pickup.ValidTouch[edit]

function bool ValidTouch (Actor Other)

Overrides: PowerUpPickup.Pickup.ValidTouch