TeleportationFacility

Documents the TeleportationFacility class and its functions.

triangle-exclamation

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