Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,8 +1,8 @@
---@diagnostic disable: missing-return, lowercase-global
---@param owner table
---@param isPriority boolean
---@param key string
---@param spellname string
---@param owner table
---@param isPriority boolean
---@param key string
---@param spellname string
---Set an override binding to a specific spell. Override bindings are temporary. The bound key will revert to its normal setting once the override is removed. Priority overrides work the same way but will revert to the previous override binding (if present) rather than the base binding for the key. See ClearOverrideBindings() to remove bindings associated with a given owner.
function SetOverrideBindingSpell(owner, isPriority, key, spellname) end
function SetOverrideBindingSpell(owner, isPriority, key, spellname) end