Class ItemSettings
Assembly: ItemChanger.dll
Syntax
public class ItemSettings
Constructors
View Source
ItemSettings()
Declaration
Fields
View Source
Settings
Declaration
public static readonly ItemSettings.ItemSheetSetting[] Settings
Field Value
View Source
Declaration
public List<int> extraSheets
Field Value
Methods
View Source
AddSheet(int)
Declaration
public void AddSheet(int id)
Parameters
| Type |
Name |
Description |
| int |
id |
|
View Source
Declaration
public IMenuMod.MenuEntry[] GetMenuEntries()
Returns
| Type |
Description |
| MenuEntry[] |
|
View Source
HasSheet(int)
Declaration
public bool HasSheet(int id)
Parameters
| Type |
Name |
Description |
| int |
id |
|
Returns
View Source
RemoveSheet(int)
Declaration
public void RemoveSheet(int id)
Parameters
| Type |
Name |
Description |
| int |
id |
|
View Source
ToggleSheet(bool, int)
Declaration
public void ToggleSheet(bool value, int id)
Parameters
| Type |
Name |
Description |
| bool |
value |
|
| int |
id |
|
Extension Methods