Click or drag to resize

IModInfo Interface

Interface exposed to the developer.

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IModInfo

The IModInfo type exposes the following members.

Properties
  NameDescription
Public propertyHasModIcon
Public propertyModAuthor
Get the name of the person or company that created the mod.
Public propertyModCoreVersion
Get the uMod 2.0 version that the mod was build with.
Public propertyModDescription
Get a description of the mod as specified by the creator.
Public propertyModIcon
Public propertyModUnityVersion
Get the unity version that created this mod and is required for loading.
Public propertyNameInfo
Get the IModNameInfo for the mod.
Public propertyReferenceInfo
Get an array of IModNameInfo representing the mods that this mod references.
Top
Methods
  NameDescription
Public methodGetModContentMask
Get a masked value containing the included types of content.
Public methodGetModUniqueIdentifier
Get the 8-byte identifier code for the mod.
Public methodLoadModIcon
Top
See Also