| 
    ClassicCityBuilderKit 1.9.4
    
   | 
 
dispenses items to items retrievers
 (eg map resources like trees that dispense wood, animals that dispense meat, ...) 
  
Public Member Functions | |
| ItemQuantity | Dispense () | 
| dispenses items from the dispense, depending on the dispenser this might destroy it or make it inactive for a while   | |
Properties | |
| string | Key [get] | 
| key used to identify a kind of dispenser has to match ItemsRetrieverWalker.DispenserKey  | |
| Vector3 | Position [get] | 
| absolute position of the dispenser on the map   | |
| ItemQuantity CityBuilderCore.IItemsDispenser.Dispense | ( | ) | 
dispenses items from the dispense, depending on the dispenser this might destroy it or make it inactive for a while
Implemented in CityBuilderCore.ReloadingItemsDispenser, and CityBuilderCore.SingleItemsDispenser.
      
  | 
  get | 
absolute position of the dispenser on the map
Implemented in CityBuilderCore.ReloadingItemsDispenser, and CityBuilderCore.SingleItemsDispenser.