Show / Hide Table of Contents

Class Mod

Inheritance
System.Object
Mod
Namespace: Eco.ModKit.Internal
Assembly: Eco.ModKit.dll
Syntax
public class Mod : Object

Constructors

Mod()

Declaration
public Mod()

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

ExtractPath

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
Type Description
Logo

ManifestPath

Declaration
public string ManifestPath { get; }
Property Value
Type Description
System.String

media

Declaration
public ModMedia media { get; set; }
Property Value
Type Description
ModMedia

metadata_blob

Declaration
public string metadata_blob { get; set; }
Property Value
Type Description
System.String

modfile

Declaration
public Modfile modfile { get; set; }
Property Value
Type Description
Modfile

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
Type Description
RatingSummary

status

Declaration
public int status { get; set; }
Property Value
Type Description
System.Int32

submitted_by

Declaration
public User submitted_by { get; set; }
Property Value
Type Description
User

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

tags

Declaration
public ModTag[] tags { get; set; }
Property Value
Type Description
ModTag[]

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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾