DumpEventRegistrations - Debug

From the Fallout4 CreationKit Wiki
Revision as of 17:25, 1 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]