The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:SnipingVolume (P2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 16:31, 27 May 2004 by Kamek (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Actor >> Brush >> Volume >> SnipingVolume (P2)

SnipingVolumes are used as defense points by bots. If a player pawn enters this volume, any bots patrolling the volume will attack the player pawn.

Properties[edit]

Hidden[edit]

SnipingPoints[16] 
Array of Bot (P2)s who are patrolling this volume.

Functions[edit]

function AddDefensePoint(MpScriptedSequence S) 
Adds the bot to the SnipingPoints array.

Related Topics[edit]