DumpEventRegistrations - Debug
Revision as of 16:25, 1 December 2015 by imported>Plplecuyer
Member of: Debug Script
Dumps all events the specified script is registered for to the script log.
SyntaxEdit
Function DumpEventRegistrations(ScriptObject akScript) native global debugOnly
ParametersEdit
- akScript: The script to dump event data for
Return ValueEdit
None.
ExamplesEdit
; Dump all events we're registered for
Debug.DumpEventRegistrations(self)