Class Mod
Inheritance
System.Object
Mod
Assembly: Eco.ModKit.dll
Syntax
public class Mod : Object
Constructors
Mod()
Declaration
Properties
date_added
Declaration
public int date_added { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
date_live
Declaration
public int date_live { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
date_updated
Declaration
public int date_updated { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
description
Declaration
public string description { get; set; }
Property Value
Type |
Description |
System.String |
|
Downloaded
Declaration
public bool Downloaded { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ExtractPath { get; }
Property Value
Type |
Description |
System.String |
|
Filename
Declaration
public string Filename { get; }
Property Value
Type |
Description |
System.String |
|
Fullpath
Declaration
public string Fullpath { get; }
Property Value
Type |
Description |
System.String |
|
game_id
Declaration
public int game_id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
id
Declaration
public int id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Installed
Declaration
public bool Installed { get; }
Property Value
Type |
Description |
System.Boolean |
|
logo
Declaration
public Logo logo { get; set; }
Property Value
ManifestPath
Declaration
public string ManifestPath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ModMedia media { get; set; }
Property Value
Declaration
public string metadata_blob { get; set; }
Property Value
Type |
Description |
System.String |
|
modfile
Declaration
public Modfile modfile { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
name_id
Declaration
public string name_id { get; set; }
Property Value
Type |
Description |
System.String |
|
Pathname
Declaration
public string Pathname { get; }
Property Value
Type |
Description |
System.String |
|
profile_url
Declaration
public string profile_url { get; set; }
Property Value
Type |
Description |
System.String |
|
rating_summary
Declaration
public RatingSummary rating_summary { get; set; }
Property Value
status
Declaration
public int status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
submitted_by
Declaration
public User submitted_by { get; set; }
Property Value
Subscribed
Declaration
public bool Subscribed { get; }
Property Value
Type |
Description |
System.Boolean |
|
summary
Declaration
public string summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ModTag[] tags { get; set; }
Property Value
UserCode
Declaration
public string UserCode { get; }
Property Value
Type |
Description |
System.String |
|
visible
Declaration
public int visible { get; set; }
Property Value
Type |
Description |
System.Int32 |
|