Click or drag to resize

ModHostHasScenes Property

Returns true if the current loaded mod contains any scenes.

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

Property Value

Type: Boolean
Exceptions
ExceptionCondition
ModNotLoadedExceptionThe mod host does not have a mod loaded. Use IsModLoaded to check if a mod is loaded before accessing the property
See Also