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 SourceextraSheets
Declaration
public List<int> extraSheets
Field Value
| Type | Description |
|---|---|
| List<System.Int32> |
Settings
Declaration
public static readonly ItemSettings.ItemSheetSetting[] Settings
Field Value
| Type | Description |
|---|---|
| ItemChanger.Internal.ItemSettings.ItemSheetSetting[] |
Methods
| Improve this Doc View SourceAddSheet(Int32)
Declaration
public void AddSheet(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id |
GetMenuEntries()
Declaration
public Modding.IMenuMod.MenuEntry[] GetMenuEntries()
Returns
| Type | Description |
|---|---|
| Modding.IMenuMod.MenuEntry[] |
HasSheet(Int32)
Declaration
public bool HasSheet(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id |
Returns
| Type | Description |
|---|---|
| System.Boolean |
RemoveSheet(Int32)
Declaration
public void RemoveSheet(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id |
ToggleSheet(Boolean, Int32)
Declaration
public void ToggleSheet(bool value, int id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value | |
| System.Int32 | id |