5 lines
304 B
Lua
5 lines
304 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
|