Click or drag to resize

ModHostSharedScenes Property

Returns the IModScenes interface for the current mod allowing scene loading from the mod via the host. Shared scenes include all referenced mod scenes reccursivley as well as this mods scenes.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IModScenes SharedScenes { get; }

Property Value

Type: IModScenes
Exceptions
ExceptionCondition
ModNotLoadedExceptionThe host does not have a valid mod loaded
ModNotActivatedExceptionThe host has a valid mod loaded but it has not yet been activated. Mod scenes will not be available until activation is completed
See Also