More fixes for text color and bar color. Early and under development report button addon to the Player Breakdown window.

This commit is contained in:
Tercio Jose
2024-02-15 17:02:29 -03:00
parent 2fd02eebb1
commit cd8266fff6
12 changed files with 98 additions and 41 deletions
+4 -3
View File
@@ -4175,9 +4175,10 @@ issecurevariable = function(varName) return true end
---@return any
securecall = function(func, ...) return nil end
---@param origFunc function
---@param hookFunc function
hooksecurefunc = function(origFunc, hookFunc) end
---@param tbl table|string the table where the function is located, if nil, the function is a global function
---@param origFunc string|function
---@param hookFunc function?
hooksecurefunc = function(tbl, origFunc, hookFunc) end
InCombatLockdown = function() end