Updated to match the current API boilerplate.
(Added "arena" return) |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
{{wowapi}} | |||
Checks whether the player is in an instance and the type of instance. | |||
inInstance, instanceType = IsInInstance() | inInstance, instanceType = IsInInstance() | ||
== | == Arguments == | ||
:none | |||
== Returns == | |||
:inInstance, instanceType | :inInstance, instanceType | ||
:;inInstance : Boolean - | :;inInstance : [[Boolean]] - Whether the player is in an instance | ||
:;instanceType : String - | :;instanceType : String - The instance type | ||
:;:* "none" when outside an instance | |||
:;:* "pvp" when in a battleground | |||
:;:* "arena" when in an arena | |||
:;:* "party" when in a 5-man instance | |||
:; | :;:* "raid" when in a raid instance | ||
:: "pvp" when in a battleground | |||
:: "arena" when in an arena | |||
:: "party" when in a 5-man instance | |||
:: "raid" when in a raid instance | |||