Cache maintenance; Parser options

This commit is contained in:
Tercio Jose
2023-01-27 14:45:33 -03:00
parent 6352fc8387
commit 59372cc0bd
11 changed files with 1123 additions and 1561 deletions
+5 -2
View File
@@ -76,6 +76,8 @@
Details222.Segments = {}
Details222.Tables = {}
Details222.Mixins = {}
Details222.Cache = {}
Details222.Perf = {}
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--initialization stuff
@@ -252,8 +254,9 @@ do
[2522] = true, --sepulcher of the first ones
}
--armazena os escudos - Shields information for absorbs
_detalhes.escudos = {}
--store shield information for absorbs
_detalhes.ShieldCache = {}
--armazena as funes dos frames - Frames functions
_detalhes.gump = _G ["DetailsFramework"]
function _detalhes:GetFramework()