WoW API: ToggleSheath

Revision as of 15:50, 27 September 2006 by WoWWiki>Bull3t

WoW API < ToggleSheath

Toggles sheathed or unsheathed weapons.

ToggleSheath();

Parameters

Arguments

none

Returns

nil

Example

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

--Bull3t 11:50, 27 September 2006 (EDT)