DumpEventHandlers

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.2.9.

Description

Dumps all event handlers matching the filter args (or dumps all event handlers, if unfiltered).

Only includes event handlers registered using SetEventHandler / SetEventHandlerAlt, or are generally managed by NVSE.

  • Does NOT include the LN event handlers, such as OnCellEnter, as those handlers aren't managed by NVSE.
  • Events such as SetOnHitEventHandler are not managed by NVSE.

Event handlers will be listed according to the event they belong to and the priority they belong to.

Includes event handlers registered from inside NVSE plugins.

Syntax

[help]
DumpEventHandlers eventNameFilter:string{""} handlerFilter:UDF{0} priorityFilter:int{0} 

See Also