WoW:API ToggleSheath: Difference between revisions

no edit summary
m ({{wowapi}})
No edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}__NOTOC__
Toggles sheathed or unsheathed weapons.
Toggles sheathed or unsheathed weapons.


  ToggleSheath();
  ToggleSheath();
== Parameters ==
=== Arguments ===
:none


----
=== Returns ===
;''Arguments''
:nil


:''none''
== Example ==
:This asks whether the variable msg is equal to true, then toggles sheath.
if (msg == true) then
  ToggleSheath();
end


----
--[[User:Bull3t|Bull3t]] 11:50, 27 September 2006 (EDT)
;''Returns''
 
:;nil
 
----
;''Example''
ToggleSheath();
 
;''Result''
 
----
;''Description''
 
: Toggles sheathed or unsheathed weapons.
Anonymous user