Added tooltips for the targets container

This commit is contained in:
Tercio Jose
2023-04-30 14:35:57 -03:00
parent 9222cc1491
commit d531fc95ff
6 changed files with 205 additions and 49 deletions
+1
View File
@@ -56,6 +56,7 @@ local addonName, Details222 = ...
end
---return an iterator for all spellTables in this container
---@param self spellcontainer
---@return fun(table: table<<K>, <V>>, index?: <K>):<K>, <V>
function container_habilidades:ListActors()
return pairs(self._ActorTable)