This commit is contained in:
2025-05-06 22:43:25 +02:00
parent 90f71c5c56
commit 51a48175fa
8 changed files with 153 additions and 37 deletions

View File

@@ -1,10 +1,10 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param name string
---@return string name
---@return string texture
---@return string body
---Returns information about a macro
function GetMacroInfo(index, name) end
---@overload fun(index: number): string
function GetMacroInfo(name) end