WoW:API IsResting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API IsResting to API IsResting without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Checks to see if Player is resting. | Checks to see if Player is resting. | ||
resting = IsResting(); | |||
== Arguments == | |||
None | |||
== Returns == | |||
:; resting : [[Boolean]] - Whether the player is resting | |||
: | == Details == | ||
: | : You are Resting if you are in an Inn or a Major City like Ironforge or Orgrimmar. | ||
: While resting, the player will gain XP Bonus. | |||
== See Also == | |||
* [[Rested]] | * [[Rested]] | ||