Updated to match the current API boilerplate.
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]] | |||
: | |||