WoW API: IsInInstance
← WoW API < IsInInstance
Returns 1 if the player is in an instance and the type of instance.
Template:Code/Begin
inInstance, instanceType = IsInInstance()
Template:Code/End
Parameters
Returns
- inInstance, instanceType
- inInstance
- Boolean - nil or 1
- instanceType
- String - see below
Details
- instanceType
- "none" when outside an instance
- "pvp" when in a battleground
- "party" when in a 5-man instance
- "raid" when in a raid instance
- Needs more testing and documentation.