WoW:API ToggleSheath: Difference between revisions

removed useless example
(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
Anonymous user