Class ModRegistration
Inheritance
System.Object
ModRegistration
Assembly: Eco.Core.dll
Syntax
public class ModRegistration : Object, IController, IViewController, IHasUniversalID
Constructors
ModRegistration()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
ModDescription
Declaration
[SyncToView(null, true)]
public string ModDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ModDisplayName
Declaration
[SyncToView(null, true)]
public string ModDisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
ModName
Name matched to the mod database in strange cloud, if registered there.
Declaration
[SyncToView(null, true)]
public string ModName { get; set; }
Property Value
Type |
Description |
System.String |
|
StrangeMod
Declaration
[SyncToView(null, true)]
public StrangeMod StrangeMod { get; set; }
Property Value
Type |
Description |
StrangeCloud.Service.Client.Contracts.StrangeMod |
|
Implements
Extension Methods