TeleportationFacility

Documents the TeleportationFacility class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking TeleportationFacility

To invoke the teleportation facility, use the following Global function:

tf = Game.TeleportationFacility()

Sub-functions

Teleport

Teleport(objectToTeleport : ref:GameObject, position : Vector4, orientation : EulerAngles);

TeleportToNode

TeleportToNode(objectToTeleport : ref:GameObject, nodeRef : NodeRef);

Last updated