Show / Hide Table of Contents

Class ItemSettings

Inheritance
System.Object
ItemSettings
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: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public class ItemSettings

Fields

| Improve this Doc View Source

extraSheets

Declaration
public List<int> extraSheets
Field Value
Type Description
List<System.Int32>
| Improve this Doc View Source

Settings

Declaration
public static readonly ItemSettings.ItemSheetSetting[] Settings
Field Value
Type Description
ItemChanger.Internal.ItemSettings.ItemSheetSetting[]

Methods

| Improve this Doc View Source

AddSheet(Int32)

Declaration
public void AddSheet(int id)
Parameters
Type Name Description
System.Int32 id
| Improve this Doc View Source

GetMenuEntries()

Declaration
public Modding.IMenuMod.MenuEntry[] GetMenuEntries()
Returns
Type Description
Modding.IMenuMod.MenuEntry[]
| Improve this Doc View Source

HasSheet(Int32)

Declaration
public bool HasSheet(int id)
Parameters
Type Name Description
System.Int32 id
Returns
Type Description
System.Boolean
| Improve this Doc View Source

RemoveSheet(Int32)

Declaration
public void RemoveSheet(int id)
Parameters
Type Name Description
System.Int32 id
| Improve this Doc View Source

ToggleSheet(Boolean, Int32)

Declaration
public void ToggleSheet(bool value, int id)
Parameters
Type Name Description
System.Boolean value
System.Int32 id

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX