DumpEventRegistrations - Debug

Revision as of 17:25, 1 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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