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…')
 
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.

Revision as of 06:00, 12 June 2010

WoW API < LFGTeleport

Teleports the player to or from an LFG dungeon.

LFGTeleport(toSafety);

Arguments

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