Replacing table.wipe with Details:Destroy()

This commit is contained in:
Tercio Jose
2023-05-22 15:31:29 -03:00
parent fa0d1e1d08
commit 0cdfa2b900
40 changed files with 1205 additions and 1322 deletions
+5 -5
View File
@@ -80,11 +80,11 @@ function Details.packFunctions.PackCombatData(combatObject, flags)
--0x8 misc
--0x10 no combat header
table.wipe(actorInformation)
table.wipe(actorInformationIndexes)
table.wipe(actorDamageInfo)
table.wipe(actorHealInfo)
table.wipe(actorUtilityInfo)
Details:Destroy(actorInformation)
Details:Destroy(actorInformationIndexes)
Details:Destroy(actorDamageInfo)
Details:Destroy(actorHealInfo)
Details:Destroy(actorUtilityInfo)
--reset the serial counter
entitySerialCounter = 0