Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information about the available consumables with a common name (like "Water" or "Liners") More...
Properties | |
IManageConsumables | ParentManager [get] |
Reference to the manager that is responsible for this consumable pool. | |
string | ConsumableName [get] |
User readable name of the managed consumable. | |
ReadOnlyObservableCollection< IConsumablePuddle > | Puddles [get] |
List of all different "storages" for the consumable. Those have some "location" and can contain a defined amount of the consumable. | |
Information about the available consumables with a common name (like "Water" or "Liners")
Definition at line 11 of file IConsumablePool.cs.
|
get |
User readable name of the managed consumable.
Implemented in MockPlugin.Consumables.CoffeeIngredient.
Definition at line 20 of file IConsumablePool.cs.
|
get |
Reference to the manager that is responsible for this consumable pool.
Implemented in MockPlugin.Consumables.CoffeeIngredient.
Definition at line 16 of file IConsumablePool.cs.
|
get |
List of all different "storages" for the consumable. Those have some "location" and can contain a defined amount of the consumable.
Implemented in MockPlugin.Consumables.CoffeeIngredient.
Definition at line 24 of file IConsumablePool.cs.