WoW API: IsInInstance

From AddOn Studio
Revision as of 18:27, 25 June 2007 by WoWWiki>Ravas (Updated to match the current API boilerplate.)
Jump to navigation Jump to search

WoW API < IsInInstance

Checks whether the player is in an instance and the type of instance.

inInstance, instanceType = IsInInstance()

Arguments

none


Returns

inInstance, instanceType
inInstance
Boolean - Whether the player is in an instance
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