roams around and takes note of what items the IItemRecipient it encounters need and supplies them if it carries the item
https://citybuilder.softleitner.com/manual/resources
|
|
void | StartSelling (ItemStorage storage) |
| |
|
void | FinishSelling (ItemStorage other) |
| |
|
override string | GetDebugText () |
| |
|
override string | SaveData () |
| |
|
override void | LoadData (string json) |
| |
|
|
ItemStorage | Storage |
| | storage the walker fills with items from the distributor before it start walking around
|
| |
|
bool | ReserveCapacity |
| |
|
bool | Overfill |
| |
|
|
override void | onComponentEntered (IItemRecipient itemRecipient) |
| |
| override void | onEntered (IBuilding building) |
| | called when the building first enters the walkers area
|
| |
| override void | onRemaining (IBuilding building) |
| | called on every frame the walkers area contains the building
|
| |
| virtual void | onComponentEntered (T buildingComponent) |
| | called when the building component first enters the walkers area
|
| |
| virtual void | onComponentRemaining (T buildingComponent) |
| | called on every frame the walkers area contains the building component
|
| |
◆ ItemContainer