WoW:API ToggleSheath: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API ToggleSheath to API ToggleSheath without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
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
--[[User:Bull3t|Bull3t]] 11:50, 27 September 2006 (EDT)

Latest revision as of 04:47, 15 August 2023

WoW API < ToggleSheath

Toggles sheathed or unsheathed weapons.

ToggleSheath();

Parameters[edit]

Arguments[edit]

none

Returns[edit]

nil