I don't need to test my programs. I have an error-correcting modem.

UE1:TeleporterZone (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Info >> ZoneInfo >> TeleporterZone
Package: 
UnrealShare
This class in other games:
U1, UT

Defines an entire zone as the collision shape for a teleporter. This class is mainly used in single player levels where players have to reach a certain area to advance to the next level.

Properties[edit]

Property group 'TeleporterZone'[edit]

TeleporterTag[edit]

Type: name

The Tag of the Teleporter actor that holds the actual teleportation details, i.e. where to send players that enter this zone.

Internal variables[edit]

myTeleporter[edit]

Type: Teleporter

A reference to the first Teleporter actor matching the TeleporterTag.

Events[edit]

ActorEntered[edit]

event ActorEntered (Actor Other)

Overrides: ZoneInfo.ActorEntered

Pretends the entering actor touched the zone's associated Teleporter actor.

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay

Links the TeleporterZone to its Teleporter actor.