I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Legacy:SnipingVolume (P2)
From Unreal Wiki, The Unreal Engine Documentation Site
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
Hidden
- SnipingPoints[16]
- Array of Bot (P2)s who are patrolling this volume.
Functions
- function AddDefensePoint(MpScriptedSequence S)
- Adds the bot to the SnipingPoints array.