Files
wow_Meta/api/ToggleSheath.lua
2024-12-16 13:13:08 +01:00

4 lines
303 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Sheaths or unsheaths the player character's hand-held items. Calling repeatedly will cause the player character to draw his or her melee weapons, followed by his or her range weapon, followed by hiding all weapons.
function ToggleSheath() end