We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3189640 commit 69ed68bCopy full SHA for 69ed68b
src/Classes/TreeTab.lua
@@ -969,7 +969,7 @@ function TreeTabClass:InitAutoAttributeConfig()
969
end
970
971
-- Update calculated and potentially static values that are not part of the autoAttributeConfig popup form
972
----@param autoAttributeConfig table | nil the autoAttributeConfig you're strting from, if any
+---@param autoAttributeConfig table | nil the autoAttributeConfig you're starting from, if any
973
---@param addStaticInfo boolean | nil whether to add static infor like the 'id' and 'name' of attributes (e.g. when loading from a save file)
974
---@return table @returns the updated config
975
function TreeTabClass:UpdateAutoAttributeConfig(autoAttributeConfig, addStaticInfo)
0 commit comments