Updated to match the current API boilerplate.
(upgraded code block) |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
{{wowapi}} | |||
Returns the difficulty for instance you are currently in. | Returns the difficulty for instance you are currently in. | ||
difficulty = GetInstanceDifficulty() | difficulty = GetInstanceDifficulty() | ||
==Arguments== | == Arguments == | ||
None | None | ||
== Returns == | |||
:; difficulty : Number - The difficulty of the instance | |||
:;: 1 normal | |||
:;: 2 heroic | |||
:;: 3 epic | |||
== | |||
== Details == | |||
Return 1 if not in an instance. | Return 1 if not in an instance. | ||