8 lines
197 B
Lua
8 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param slot number
|
|
---@return 1nil hasAction
|
|
---Returns whether an action slot contains an action
|
|
function HasAction(slot) end
|