API getprinthandler
Talk0
98,459pages on
this wiki
this wiki
This function is implemented by FrameXML in RestrictedEnvironment.lua.
Returns the function currently handling print() output.
func = getprinthandler();
Returns
- func
- Function - Current function responsible for outputting values passed to the print() function.