Mostly Harmless

Legacy:KeyInventory

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 00:50, 3 December 2005 by 192.251.69.54 (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 :: Actor >> Inventory >> KeyInventory (Package: UnrealGame)

This is the inventory item that will unlock (disable) LockedObjectives when a player touches it.

Contents

[edit] Properties

This property is hidden.

KeyPickup MyPickup 
The Pickup that spawned this KeyInventory.

[edit] Functions

UnLock( LockedObjective O ) 
Disables the objective.
Destroyed() 
Sets MyPickup to state Pickup.

[edit] Related Topics

[edit] Discussion

SuperApe: Created.