8 lines
215 B
Lua
8 lines
215 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return string action
|
|
---Returns the token identifying a modified click action
|
|
function GetModifiedClickAction(index) end
|