I'm a doctor, not a mechanic

UE2:DestroyVehicleObjective (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
UT2k4Assault

DestroyVehicleObjective Created by Laurent Delayen © 2003, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] TargetFactory

Type: ASVehicleFactory


[edit] TargetVehicle

Type: Vehicle


[edit] Default values

Property Value
Announcer_DisabledObjective AnnouncerAssault.Objective_Destroyed
bAlwaysRelevant True
bDestinationOnly True
bNotBased True
bPlayCriticalAssaultAlarm True
bReplicateObjective True
Objective_Info_Attacker "Destroy Vehicle Objective"
Objective_Info_Defender "Protect Vehicle Objective"
ObjectiveDescription "Destroy Objective to disable it."
ObjectiveName "Destroy Vehicle Objective"
ObjectiveTypeIcon Material'AS_FX_TX.Icons.OBJ_Destroy_FB'

[edit] Functions

[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: GameObjective.PostBeginPlay


[edit] Trigger

event Trigger (Actor Other, Pawn Instigator)

Overrides: GameObjective.Trigger


[edit] Other instance functions

[edit] CompleteObjective

function CompleteObjective (Pawn Instigator)

Overrides: GameObjective.CompleteObjective


[edit] GetObjectiveProgress

simulated function float GetObjectiveProgress ()

Overrides: GameObjective.GetObjectiveProgress


[edit] TellBotHowToDisable

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable


[edit] VehicleSpawned

function VehicleSpawned (Vehicle NewTargetVehicle)