This commit is contained in:
2025-05-04 14:48:10 +02:00
parent 4a654c17ca
commit b14a57cebc
2 changed files with 17 additions and 25 deletions

View File

@@ -3,5 +3,6 @@
---@param cvar string
---@param value any
---@param raiseEvent string
---@overload fun(cvar: string, value: any)
---Sets the value of a configuration variable
function SetCVar(cvar, value, raiseEvent) end