Show / Hide Table of Contents

Class ModList

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

Constructors

ModList()

Declaration
public ModList()

Properties

data

Declaration
public Mod[] data { get; set; }
Property Value
Type Description
Mod[]

result_count

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

result_limit

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

result_offset

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

result_total

Declaration
public int result_total { get; set; }
Property Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾