Files
wow_Meta/api/setprinthandler.lua
2024-12-16 13:13:08 +01:00

5 lines
276 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