Fix up hooksecure and createmacro

This commit is contained in:
2025-01-02 00:14:47 +01:00
parent d80cfb5bdf
commit 7e275c572b
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
---@param name string
---@param iconTexture string
---@param body string
---@param perCharacter 1nil
---@param perCharacter number?
---@return number index
---Creates a new macro. Warning: Will throw an error if the quota of allowed macros is already met.
function CreateMacro(name, iconTexture, body, perCharacter) end