Added sorting to all headers to ascending and descending

This commit is contained in:
Tercio Jose
2023-04-21 21:46:36 -03:00
parent 36e5d2978f
commit c9b801e7f0
6 changed files with 160 additions and 151 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ Details222.Mixins.ActorMixin = {
return actor.spells._ActorTable
end,
---this function sums all the targets of all spellTables conteining on a 'breakdownspelldata'
---this function sums all the targets of all spellTables conteining on a 'spelltableadv'
---@param actor actor
---@param bkSpellData breakdownspelldata
---@param bkSpellData spelltableadv
---@param targetTableName string
---@return table<string, number>
BuildSpellTargetFromBreakdownSpellData = function(actor, bkSpellData, targetTableName)