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

UE2:ProximityObjective (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> ProximityObjective

Contents

Package: 
UnrealGame
Direct subclasses:
ASOBJ_EnergyCore_Delivery, HoldObjective, LockedObjective, UseObjective

null

[edit] Properties

[edit] Property group 'ProximityObjective'

[edit] ConstraintPawnClass

Type: class<Pawn>


Default value: Class'UnrealGame.UnrealPawn'

[edit] Default values

Property Value
Announcer_DisabledObjective AnnouncerAssault.Objective_Reached
bAlwaysRelevant True
bCollideActors True
bCollideWhenPlacing False
bIgnoreEncroachers True
bNotBased True
bOnlyAffectPawns True
bPlayCriticalAssaultAlarm True
bReplicateObjective True
bStatic False
Objective_Info_Attacker "Touch Objective"
ObjectiveDescription "Touch Objective to disable it."
ObjectiveName "Proximity Objective"
ObjectiveTypeIcon Material'AS_FX_TX.Icons.OBJ_Proximity_FB'

[edit] Functions

[edit] Events

[edit] Touch

event Touch (Actor Other)

Overrides: Actor.Touch


[edit] Other instance functions

[edit] FindInstigator

function Pawn FindInstigator (Pawn Other)


[edit] IsRelevant

function bool IsRelevant (Pawn P, bool bAliveCheck)


[edit] SetActive

function SetActive (bool bActiveStatus)

Overrides: GameObjective.SetActive


[edit] TellBotHowToDisable

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable