DumpEventRegistrations - Debug

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)

See AlsoEdit