Class ModsaberModInfo
A class to provide information about a mod on ModSaber.ML
Inheritance
System.Object
ModsaberModInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
[Obsolete("This is unused, and has been since the manifest was introduced. All functionality is provided by the manifest.")]
public class ModsaberModInfo
Properties
| Improve this Doc View SourceCurrentVersion
The version of the currently installed mod. Used to compare to the version on ModSaber. Should be a valid SemVer version.
Declaration
public string CurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InternalName
The name the mod uses on ModSaber as an identifier.
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |