WoW:API LFGTeleport: Difference between revisions
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 (→Arguments) |
||
Line 4: | Line 4: | ||
== Arguments == | == Arguments == | ||
; toSafety : Boolean - | ; 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.