WoW:API ToggleSheath: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Removed Categories)
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ToggleSheath]]
[[Category:API Activity Functions|ToggleSheath]]

Revision as of 04:25, 4 January 2006

ToggleSheath -Documentation by AlexanderYoshi-

Toggles sheathed or unsheathed weapons.

ToggleSheath();

Arguments
none

Returns
nil

Example
ToggleSheath();
Result

Description
Toggles sheathed or unsheathed weapons.

Template:WoW API