Cogito, ergo sum
Legacy:LockedObjective
From Unreal Wiki, The Unreal Engine Documentation Site
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.
Contents |
[edit] Properties
[edit] Main
- name KeyTag
- Tag of KeyPickup which unlocks this objective
[edit] Hidden
- KeyPickup MyKey
- The objective's KeyPickup
[edit] Functions
- 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.
[edit] Related Topics
[edit] Discussion
SuperApe: Added functions, properties, UT2004 class hierarchy, related topics.
