5 lines
314 B
Lua
5 lines
314 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean enabled
|
|
---Returns whether the player has enabled the equipment manager. Despite the name, this returns true when the player has enabled the use of the equipment manager through the interface or CVars.
|
|
function CanUseEquipmentSets() end |