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

UE2:LimitationVolume (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 >> LimitationVolume
Package: 
XWeapons
This class in other games:
UT2004

Used to limit where projectiles can go.

Properties[edit]

Property group 'Limits'[edit]

bLimitProjectiles[edit]

Type: bool

Whether this volume destroys all types of Projectiles.

bLimitTransDisc[edit]

Type: bool

Whether this volume destroys TransBeacons.

LimitEffectClass[edit]

Type: class<Actor>

An effect class to spawn when a projectile is destroyed.

Events[edit]

touch[edit]

event touch (Actor Other)

Overrides: Actor.Touch

If the touching actor is a projectile matching the volume's properties, it is destroyed and an optional destruction effect is spawned.