I'm a doctor, not a mechanic

UE2:SnipingVolume (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:28, 19 December 2008 by Wormbo (Talk | contribs) (added descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> Brush >> Volume >> SnipingVolume
Package: 
UnrealGame
This class in other games:
UT2003

Marks a target area for bots using an UnrealScriptedSequence with bSniping set to True. Match the Tag of the SnipingVolume with the SnipingVolumeTag of the UnrealScriptedSequence.

Properties

SnipingPoints

Type: UnrealScriptedSequence

Array size: 16

List of UnrealScriptedSequences using this SnipingVolume as target area.

Functions

Events

Touch

event Touch (Actor Other)

Overrides: Actor.Touch

Notifies bots at the SnipingPoints to acquire Pawns entering this volume as new enemy.

Other instance functions

AddDefensePoint

function AddDefensePoint (UnrealScriptedSequence S)

Adds the specified UnrealScriptedSequence to the SnipingPoints list. This function is called from UnrealScriptedSequence.BeginPlay().