Class UserSubTaskInsertItems
Inheritance
System.Object
UserSubTaskInsertItems
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskInsertItems : UserSubTask, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskInsertItems()
Declaration
public UserSubTaskInsertItems()
Fields
ItemNames
Declaration
public string[] ItemNames
Field Value
Type |
Description |
System.String[] |
|
TargetCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
CheckComplete(String, Inventory)
Declaration
protected void CheckComplete(string name, Inventory targetInventory)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Inventory |
targetInventory |
|
OnInit()
Declaration
protected override void OnInit()
Overrides
Reset(Boolean)
Declaration
public override void Reset(bool forceReset = false)
Parameters
Type |
Name |
Description |
System.Boolean |
forceReset |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods