Returns information about a macro
See also Macro functions.
Signature:
name, texture, body = GetMacroInfo(index) or GetMacroInfo("name")
Arguments:
index- Index of a macro (number, macroID)name- Name of a macro (string)
Returns:
name- Name of the macro (string)texture- Path to an icon texture for the macro (string)body- Body text / commands of the macro (string)