Add meta
This commit is contained in:
5
Meta/api/setprinthandler.lua
Normal file
5
Meta/api/setprinthandler.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user