API ShowingCloak Edit History Talk0 98,518pages on this wiki Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API Returns 1 if the player is showing his cloak isShowingCloak = ShowingCloak() Arguments Edit None Returns Edit isShowingCloak 1 (showing cloak) or nil (not showing cloak) Example Edit This macro will toggle showing your character's cloak: /script ShowCloak(not ShowingCloak()) Read more Returns the material string associated with the particular quest. The material string is non-nil... API GetQuestBackgroundMaterial Returns a bunch of data about a quest reward choice from the quest log... API GetQuestLogChoiceInfo Selects the specified id as the current target. TargetUnit("unit"); ("unit") unit String - The... API TargetUnit Categories: World of Warcraft API