WoW:API ToggleSheath: Difference between revisions

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

Revision as of 18:31, 27 August 2005

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