classCombat:GetTimeData(chartName) now check if the combat has a TimeData table or return an empty table; Added classCombat:EraseTimeData(chartName)

This commit is contained in:
Tercio Jose
2023-07-04 18:27:23 -03:00
parent 978b464419
commit 9cf94ead8c
2 changed files with 18 additions and 2 deletions
+1
View File
@@ -229,6 +229,7 @@
tickTime = 0
--return the capture table the to combat object
--the return value goes into combatObject.TimeData = @chartTables
return chartTables
end