6 lines
251 B
Lua
6 lines
251 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil hasKey
|
|
---Returns whether the player has any keys stored in the Keyring container. Used in the default UI to show or hide the UI for the Keyring container
|
|
function HasKey() end
|