WoW:API ToggleSheath: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(removed useless example)
Line 9: Line 9:
=== Returns ===
=== Returns ===
:nil
:nil
== Example ==
:This asks whether the variable msg is equal to true, then toggles sheath.
if (msg == true) then
  ToggleSheath();
end

Revision as of 03:37, 20 February 2007

WoW API < ToggleSheath

Toggles sheathed or unsheathed weapons.

ToggleSheath();

Parameters

Arguments

none

Returns

nil