Contents
← WoW API < ShowingCloak
Returns 1 if the player is showing his cloak
isShowingCloak = ShowingCloak()
Arguments[edit | edit source]
- None
Returns[edit | edit source]
- isShowingCloak
- 1 (showing cloak) or nil (not showing cloak)
Example[edit | edit source]
This macro will toggle showing your character's cloak:
/script ShowCloak(not ShowingCloak())
Community content is available under CC-BY-SA unless otherwise noted.