getprinthandler()

From Warcraft Wiki
Jump to navigation Jump to search
This function is implemented in FrameXML/RestrictedInfrastructure.lua.

Returns the function currently handling print() output.

func = getprinthandler();

Returns

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

See also