WoW API: getprinthandler

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API getprinthandler to API getprinthandler without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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