WoW API: getprinthandler

WoW API < getprinthandler

"I" iconThis function is implemented in Lua here RestrictedEnvironment.lua.

Returns the function currently handling print() output.

func = getprinthandler();

ReturnsEdit

func
Function - Current function responsible for outputting values passed to the print() function.