Release Candidate 1

This commit is contained in:
Tercio Jose
2023-01-04 20:12:55 -03:00
parent 332c47b873
commit da5481c143
9 changed files with 77 additions and 9 deletions
+5 -1
View File
@@ -131,7 +131,11 @@ function _detalhes:ContainerSortMisc(container, amount, keyName2)
end
end
--[[exported]] function _detalhes:GetSpellCastAmount(combat, actorName, spellId)
---attempt to get the amount of casts of a spell
---@param combat table the combat object
---@param actorName string name of the actor
---@param spellId number spell id
function Details:GetSpellCastAmount(combat, actorName, spellId) --[[exported]]
local actorUtilityObject = combat:GetActor(4, actorName)
if (actorUtilityObject) then
local castAmountTable = actorUtilityObject.spell_cast