added libRaidStatus

This commit is contained in:
Tercio Jose
2020-12-07 22:09:25 -03:00
parent 0ca2822753
commit f4be41b115
13 changed files with 2419 additions and 69 deletions
+6 -1
View File
@@ -153,6 +153,10 @@ function Details.packFunctions.PackCombatData(combatObject, flags)
--if true then return exportedString end
if (isDebugging) then
print(exportedString)
end
--compress
local LibDeflate = _G.LibStub:GetLibrary("LibDeflate")
local dataCompressed = LibDeflate:CompressDeflate(exportedString, {level = 9})
@@ -1010,7 +1014,8 @@ function Details.packFunctions.UnpackTable(table, index, isPair, valueAsTable, a
return result
end
--what this function receives?
--DEPRECATED
--what this function receives:
--@packedCombatData: packed combat, ready to be unpacked
function Details.packFunctions.UnPackCombatData(packedCombatData)