WoW API: getprinthandler
Jump to navigation
Jump to search
- This 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.