Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
For centralized access to all consumables. More...
Properties | |
ReadOnlyObservableCollection< IManageConsumables > | Managers [get] |
List of all consumables managers registered in Chronos, in case you want to find a specific one for internal queries. | |
ReadOnlyObservableCollection< IConsumablePool > | Pools [get] |
List of all consumable pools available. | |
For centralized access to all consumables.
This interface summarizes all consumables managers registered in Chronos.
Definition at line 11 of file IConsumables.cs.
|
get |
List of all consumables managers registered in Chronos, in case you want to find a specific one for internal queries.
Definition at line 16 of file IConsumables.cs.
|
get |
List of all consumable pools available.
A consumable pool consists of one or more locations where a named consumable can be found.
Definition at line 23 of file IConsumables.cs.