ReadonlyafterFired after a saved game is loaded from a save file to this scene. Happens after SceneEvents.afterLoadScene
The mod should not need to subscribe to this event, but it's used by the system.
ReadonlyafterFired right after a scene is loaded by any reason.
This is the main entry point for the mod to setup everything in the scene.
Use to setup scene objects, zones and waypoints, custom life handlers, register coroutines, and do other initial setup.
ReadonlybeforeFired right before a scene is loaded by any reason.
This is not needed often in the mods. Can be used to initialize storm state, palette, and verify the compatibility of saved games.
The example of this event handler usage can be seen in the storm sample.
Scene events the mod can subscribe to to perform necessary setup actions.
Global Access
scene.Events.