DumpEventRegistrations - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Debug Script

Dumps all events the specified script is registered for to the script log.

Syntax[edit | edit source]

Function DumpEventRegistrations(ScriptObject akScript) native global debugOnly

Parameters[edit | edit source]

  • akScript: The script to dump event data for

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Dump all events we're registered for
Debug.DumpEventRegistrations(self)

See Also[edit | edit source]