TeleportationFacility
Documents the TeleportationFacility class and its functions.
Invoking TeleportationFacility
tf = Game.TeleportationFacility()Sub-functions
Teleport
Teleport(objectToTeleport : ref:GameObject, position : Vector4, orientation : EulerAngles);tp = Game.GetTeleportationFacility()
pos = Vector4.new(-1184.97, 1591.66, 31.31, 1)
rot = EulerAngles.new(0,0,0)
tp:Teleport(Game.GetPlayer(), pos, rot)TeleportToNode
TeleportToNode(objectToTeleport : ref:GameObject, nodeRef : NodeRef);Last updated