IModInfo Interface |
Namespace: UMod
public interface IModInfo
The IModInfo type exposes the following members.
Name | Description | |
---|---|---|
HasModIcon | ||
ModAuthor |
Get the name of the person or company that created the mod.
| |
ModCoreVersion |
Get the uMod 2.0 version that the mod was build with.
| |
ModDescription |
Get a description of the mod as specified by the creator.
| |
ModIcon | ||
ModUnityVersion |
Get the unity version that created this mod and is required for loading.
| |
NameInfo |
Get the IModNameInfo for the mod.
| |
ReferenceInfo |
Get an array of IModNameInfo representing the mods that this mod references.
|
Name | Description | |
---|---|---|
GetModContentMask |
Get a masked value containing the included types of content.
| |
GetModUniqueIdentifier |
Get the 8-byte identifier code for the mod.
| |
LoadModIcon |