Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(upgraded deprecated template)
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi}} __NOTOC__
<center>'''IsResting''' ''-Documentation by Crest-''</center>
 
   
 
Checks to see if Player is resting.
 
Checks to see if Player is resting.
 
resting = IsResting();
   
 
== Arguments ==
IsResting();
 
  +
None
   
----
 
;''Arguments''
 
   
 
== Returns ==
none
 
  +
:; resting : [[Boolean]] - Whether the player is resting
   
----
 
;''Returns''
 
   
  +
== Details ==
:;true - If Player is resting
 
 
: You are Resting if you are in an Inn or a Major City like Ironforge or Orgrimmar.
:;false - If Player is not resting
 
 
: While resting, the player will gain XP Bonus.
   
----
 
;''Description''
 
   
 
== See Also ==
: 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''
 
 
* [[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].

Revision as of 20:10, 27 June 2007

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