5 lines
275 B
Lua
5 lines
275 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
|
||
---@return function printHandler
|
||
---Returns the function currently used for print() output. The print handler is called by the print(...) function, with all arguments passed along.
|
||
function getprinthandler() end |