IModSceneLoadAsync Method |
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ModAsyncOperation LoadAsync(
bool additive = false
)
Parameters
- additive (Optional)
- Type: SystemBoolean
Should the scene be additivley loaded into the current scene
Return Value
Type:
ModAsyncOperationAn awaitable
ModAsyncOperation object containing progress and status information
See Also