- Found in:
- Vanilla
Description
Wiki Description
Dumps all events the specified script is registered for to the script log.
Documentation Comment
Dumps all event registrations for the specified script to the Papyrus log
Caveats
Parameters
Examples
; Dump all events we're registered for
Debug.DumpEventRegistrations(self)Auto-Generated Example
ScriptObject myScriptObject__akScript
Debug.DumpEventRegistrations(myScriptObject__akScript)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
