getAuto: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				mNo edit summary  | 
				||
| Line 17: | Line 17: | ||
[[Category:storage]]  | [[Category:storage]]  | ||
[[Category:auto disconnect]]  | [[Category:auto disconnect]]  | ||
[[Category:items]]  | |||
Revision as of 21:28, 9 November 2009
- getAuto [<item>] {
 - 
- minAmount [<integer>]
 - maxAmount [<integer>]
 - passive [<boolean>]
 - dcOnEmpty [<boolean>] (v1.9.0)
 
 
- }
 
- Enables auto get to get maxAmount of specified item from your storage when there is less than minAmount left.
 
- passive disables triggering auto storage by this block (so it will be processed when auto storage triggers by something else).
 
- dcOnEmpty enables auto quit when there are no more items to get.
 
- Storage location must be defined for this to work.