IdaJS
    Preparing search index...

    Type Alias AfterLoadSceneCallback

    AfterLoadSceneCallback: (sceneId: number, sceneLoadMode: SceneLoadMode) => void

    Callback for afterLoadScene event

    Type Declaration

      • (sceneId: number, sceneLoadMode: SceneLoadMode): void
      • Parameters

        • sceneId: number

          The ID of the scene that was loaded

        • sceneLoadMode: SceneLoadMode

          The mode of the scene loading

        Returns void