WoW:API IsStealthed: Difference between revisions
(upgraded deprecated template) |
m (Move page script moved page API IsStealthed to API IsStealthed without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| 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 == | |||
1 if stealthed, otherwise nil | |||
== Details == | |||
: Stealth includes [[Stealth]], [[Prowl (druid)|Prowl]], and [[Shadowmeld]] | |||
: | |||
Latest revision as of 04:46, 15 August 2023
← WoW API < IsStealthed
Checks to see if Player is stealthed.
stealthed = IsStealthed();
Arguments
None
Returns
1 if stealthed, otherwise nil
Details
- Stealth includes Stealth, Prowl, and Shadowmeld