Skip to content

Commit

Permalink
Update globals.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bernarddesfosse authored Dec 1, 2024
1 parent 71bba82 commit 8a1f5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AutoComplete/library/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ function sendLocalData(uuid, data) end
---You dont need a command file but it does not show in .help
---@param Command string The text after . ex: .lol would be "lol"
---@param OnExecuted fun(arguments:string):nil Function to execute when the command is executed, same as the command files
function registerCommand(Command, OnExecuted) end
---@param OnIntellisense fun(intellisense:string):nil Function to execute when the command is being typed in the chat for autocomplete
function registerCommand(Command, OnExecuted, OnIntellisense) end


---Splits the string as expected
Expand Down

0 comments on commit 8a1f5eb

Please sign in to comment.