I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:KeyInventory

From Unreal Wiki, The Unreal Engine Documentation Site
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.

Properties[edit]

This property is hidden.

KeyPickup MyPickup 
The Pickup that spawned this KeyInventory.

Functions[edit]

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

Related Topics[edit]

Discussion[edit]

SuperApe: Created.