WoW:API getprinthandler: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{framexmlfunc|RestrictedEnvironment.lua}} Returns the function currently handling print() output. func = getprinthandler(); == Returns == ; func : Function - Current function …')
 
m (Move page script moved page API getprinthandler to API getprinthandler without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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.