I'm a doctor, not a mechanic

UE1:SCUBAGear (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Inventory >> Pickup >> SCUBAGear
Package: 
UnrealShare
This class in other games:
RTNP, U1

SCUBAGear.

Properties

X

Type: Object.Vector


Y

Type: Object.Vector


Z

Type: Object.Vector


Default values

Property Value
ActivateSound Sound'UnrealShare.Pickups.Scubal1'
bActivatable True
bDisplayableInv True
Charge 1200
CollisionHeight 15.0
CollisionRadius 18.0
DeActivateSound Sound'UnrealShare.Pickups.Scubada1'
Icon Texture'UnrealShare.Icons.I_Scuba'
Mesh LodMesh'UnrealShare.Scuba'
PickupMessage "You picked up the SCUBA gear"
PickupSound Sound'UnrealShare.Pickups.GenPickSnd'
PickupViewMesh LodMesh'UnrealShare.Scuba'
RemoteRole ROLE_DumbProxy
RespawnSound Sound'UnrealShare.Pickups.Scubal2'
RespawnTime 20.0
SoundRadius 16

Instance functions

PrioritizeArmor

function Inventory PrioritizeArmor (int Damage, name DamageType, Object.Vector HitLocation)

Overrides: Inventory.PrioritizeArmor


UsedUp

function UsedUp ()

Overrides: Pickup.UsedUp


States

Activated

Activated.endstate

event endstate ()

Overrides: Inventory.Activated.EndState


Activated.Timer

event Timer ()

Overrides: Actor.Timer (global)


DeActivated