WoW:API ShowingCloak: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ Returns 1 if the player is showing his cloak isShowingCloak = ShowingCloak() == Arguments == :None == Returns == :;isShowingCloak : 1 (showing cloak) or nil (...) |
m (Move page script moved page API ShowingCloak to API ShowingCloak without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:47, 15 August 2023
← WoW API < ShowingCloak
Returns 1 if the player is showing his cloak
isShowingCloak = ShowingCloak()
Arguments
- None
Returns
- isShowingCloak
- 1 (showing cloak) or nil (not showing cloak)
Example
This macro will toggle showing your character's cloak:
/script ShowCloak(not ShowingCloak())