6 lines
190 B
Lua
6 lines
190 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil hasWeapon
|
|
---Returns whether the player has an equipped weapon in the off hand slot
|
|
function OffhandHasWeapon() end
|