My program doesn't have bugs. It just develops random features.

UE2:TranslocatorBeacon (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 18:05, 20 November 2009 by Wormbo (Talk | contribs) (added descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> Projectile >> TranslocatorBeacon
Package: 
UnrealGame
Direct subclass:
TransBeacon
This class in other games:
UT2003

Generic base class for Translocator target modules. The main purpose of this class is to maintain a linked list of translocator beacons rooted at UnrealMPGameInfo.BeaconList. It also provides an interface for testing whether the beacon was disrupted.

Properties

NextBeacon

Type: TranslocatorBeacon

The next translocator beacon in the linked list.

Default values

Property Value
LifeSpan 0.0

Functions

Events

Destroyed

event Destroyed ()

Overrides: Actor.Destroyed

Removes this beacon from the BeaconList.

PostBeginPlay

event PostBeginPlay ()

Overrides: Projectile.PostBeginPlay

Adds this beacon to the BeaconList.

Other instance functions

Disrupted

function bool Disrupted ()

Returns whether the beacon is disrupted. This implementation always returns false.