WoW API: getprinthandler

From AddOn Studio
Jump to navigation Jump to search

WoW API < getprinthandler

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

Returns the function currently handling print() output.

func = getprinthandler();

Returns[edit]

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