WoW:API ShowCloak: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<center>'''ShowCloak''' ''-Documentation by [[user:Darkilein|Darkilein]]-''</center>
Enables or disables display of your cloak.
Enables or disables display of your cloak.


----
ShowCloak(flag);
;''Arguments''


:flag
== Parameters ==
=== Arguments ===
:(flag)


can be true (cloak gets shown) or false (cloak gets hidden)
:;flag : Boolean - True, cloak is shown.  False, cloak is not shown.
----
{{Template:WoW API}}
[[Category:API Settings Functions|ShowCloak]]

Revision as of 05:48, 17 October 2005

ShowCloak -Documentation by Darkilein-

Enables or disables display of your cloak.

ShowCloak(flag);

Parameters

Arguments

(flag)
flag
Boolean - True, cloak is shown. False, cloak is not shown.

Template:WoW API