WoW:API LFGTeleport: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Teleports the player to or from an LFG dungeon. LFGTeleport(toSafety); == Arguments == ; toSafety : Boolean - true to teleport to the dungeon, false to teleport to w…')
 
m (Move page script moved page API LFGTeleport to API LFGTeleport without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


== Arguments ==
== Arguments ==
; toSafety : Boolean - true to teleport to the dungeon, false to teleport to where you were before you were teleported to the dungeon.
; toSafety : Boolean - false to teleport to the dungeon, true to teleport to where you were before you were teleported to the dungeon.

Latest revision as of 04:46, 15 August 2023

WoW API < LFGTeleport

Teleports the player to or from an LFG dungeon.

LFGTeleport(toSafety);

Arguments[edit]

toSafety
Boolean - false to teleport to the dungeon, true to teleport to where you were before you were teleported to the dungeon.