Background for Fallout 4
Member of the Debug script
voidfunctionDumpEventRegistrations(ScriptObjectakScript)NativeGlobal

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


Parameters

  1. ScriptObjectakScript

    CK Wiki Description

    The script to dump event data for


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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.