Files
wow_Meta/api/setprinthandler.lua
2025-05-04 15:15:00 +02:00

7 lines
285 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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