IModScenes Methods |
Name | Description | |
---|---|---|
![]() | Load(Int32, Boolean) |
Attempts to load a scene with the specified name or path from the mod.
Note that if the scene is not found then this method does nothing.
You can use [!:Exists(int)] before calling this method to ensure that the scene will be loaded.
|
![]() | Load(String, Boolean) |
Attempts to load a scene with the specified name or path from the mod.
Note that if the scene is not found then this method does nothing.
You can use [!:Exists(string)] before calling this method to ensure that the scene will be loaded.
|
![]() | LoadAsync(Int32, Boolean) |
Attempts to load a scene with the specified name or path from the mod asynchronously.
Note that if the scene is not found then this method does nothing.
You can use [!:Exists(int)] before calling this method to ensure that the scene will be loaded.
|
![]() | LoadAsync(String, Boolean) |
Attempts to load a scene with the specified name or path from the mod asynchronously.
Note that if the scene is not found then this method does nothing.
You can use [!:Exists(string)] before calling this method to ensure that the scene will be loaded.
|