Files
wow-weakauras/Meta/api/setprinthandler.lua
2024-11-07 23:12:37 +01:00

5 lines
280 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param printHandler function
---Sets a new function to be used for print() output. The print handler is called by the print(...) function, with all arguments passed along.
function setprinthandler(printHandler) end