WoW:API IsStealthed: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Checks to see if Player is stealthed. | 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]] | |||
: |
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