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

UE2:SnipingVolume (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

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

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[edit]

SnipingPoints[edit]

Type: UnrealScriptedSequence

Array size: 16

List of UnrealScriptedSequences using this SnipingVolume as target area.

Functions[edit]

Events[edit]

Touch[edit]

event Touch (Actor Other)

Overrides: Actor.Touch

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

Other instance functions[edit]

AddDefensePoint[edit]

function AddDefensePoint (UnrealScriptedSequence S)

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