WoW:API IsResting: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
  <center>'''IsResting''' ''-Documentation by Crest-''</center>
  <center>'''IsResting''' ''-Documentation by Crest-''</center>


Line 26: Line 27:
* [[Rested]]
* [[Rested]]
* [http://www.worldofwarcraft.com/info/basics/resting.html Resting] at the [http://www.worldofwarcraft.com Official site].
* [http://www.worldofwarcraft.com/info/basics/resting.html Resting] at the [http://www.worldofwarcraft.com Official site].
----
{{Template:WoW API}}

Revision as of 18:14, 6 January 2007

WoW API < IsResting

IsResting -Documentation by Crest-

Checks to see if Player is resting.

IsResting();

Arguments

none


Returns
true - If Player is resting
false - If Player is not resting

Description
Will check if Player is resting. You are Resting if you are in a Pub or a Major City like Ironforge or Orgrimmar.
While resting, the player will gain XPBonus

See Also