WoW:API getprinthandler: Difference between revisions
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
- 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.