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

Legacy:LockedObjective

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> LockedObjective
UT2004 :: Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> ProximityObjective >> LockedObjective (Package: UnrealGame)

A player must carry a KeyInventory with a certain Tag in order to disable this Objective.

Properties[edit]

Main[edit]

name KeyTag 
Tag of KeyPickup which unlocks this objective

Hidden[edit]

KeyPickup MyKey 
The objective's KeyPickup

Functions[edit]

FindKey() 
AllActor search for the KeyPickup with a Tag matching KeyTag.
bool TellBotHowToDisable( Bot B ) 
Tell bots what to do to disable me. Return true if valid/useable instructions were given. Bots will either a) find this Objective because they already have the key, b) follow the enemy bot who has the key or c) follow the route to the key after this actor calls FindKey().
IsRelevant( Pawn Instigator, bool bAliveCheck ) 
Will return false if DisableObjective is called from KeyInventory.Unlock(). This happens when the Objective is unlocked.

Related Topics[edit]

Discussion[edit]

SuperApe: Added functions, properties, UT2004 class hierarchy, related topics.