WoW:API IsStealthed: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
<center>'''IsStealthed''' ''-Documentation by [[User:Guillotine|Guillotine]]-''</center>


Checks to see if Player is stealthed.
Checks to see if Player is stealthed.
stealthed = IsStealthed();


IsStealthed();


----
== Arguments ==
;''Arguments''
None


none


----
== Returns ==
;''Returns''
:; stealthed : [[Boolean]] - Whether the player is stealthed


:;true - If Player is stealthed
:;false - If Player is not stealthed


----
== Details ==
;''Description''
: Stealth includes [[Stealth]], [[Prowl]], and [[Shadowmeld]]
 
: Will check if Player is stealthed. Stealth includes [[Stealth]], [[Prowl]], and [[Shadowmeld]]

Revision as of 20:11, 27 June 2007

WoW API < IsStealthed

Checks to see if Player is stealthed.

stealthed = IsStealthed();


Arguments

None


Returns

stealthed
Boolean - Whether the player is stealthed


Details

Stealth includes Stealth, Prowl, and Shadowmeld