ModHostIsModActivated Property |
Returns true if this mod host has been activated.
Activation causes the mod content to be initialized. Without activation, the content is not accessible.
Namespace:
UMod
Assembly:
UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsModActivated { get; }
Property Value
Type:
BooleanSee Also