UE2:U2JumpPackPickup (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
U2XMP Object >> Actor >> Pickup >> PowerUpPickup >> U2JumpPackPickup
Package:
U2

U2JumpPackPickup.uc

Properties

Property group 'U2JumpPackPickup'

DrainAmount

Type: int


Default value: 1

DrainRate

Type: float

DrainAmount per DrainRate in seconds

Default value: 0.1

JumpEnergy

Type: float

Current JumpEnergy

MaxJumpEnergy

Type: float

JumpEnergy cap

Default value: 30.0

RechargeAmount

Type: float


Default value: 1.0

RechargeRate

Type: float

RechargeAmount per RechargeRate in seconds

Default value: 0.25

Thrust

Type: float


Default value: 1500.0

Default values

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

Pickup

Inherits from: PowerUpPickup.Pickup

Modifiers: auto

Pickup.ValidTouch

function bool ValidTouch (Actor Other)

Overrides: PowerUpPickup.Pickup.ValidTouch