xNVSE / NVSE

New Vegas Script Extender (NVSE)
https://git.io/JfSAo
713 stars 56 forks source link

Add SetEventHandlerAlt (uses the new filtering system) #141

Closed Demorome closed 2 years ago

Demorome commented 2 years ago

Had to split the code away from SetEventHandler, since the fact that all events using the new filtering system have to be cleared on load was going to cause confusion otherwise.

Also fixed "FlushOnLoad" events and handlers not being flushed when loading into a new game (via New Game main menu option).