mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-10 07:45:05 -04:00
Updated Component Generator (markdown)
parent
1439f58d76
commit
fd4d631fe8
@ -6,6 +6,7 @@ Callbacks:
|
|||||||
The current number of fuel items still in the generator.
|
The current number of fuel items still in the generator.
|
||||||
- `insert([count: number]): boolean[, string]`
|
- `insert([count: number]): boolean[, string]`
|
||||||
Inserts up to the specified number of fuel items from the currently selected inventory slot into the generator's inventory. Returns `true` if at least one item was moved to the generator's inventory. Returns `false` and an error message otherwise.
|
Inserts up to the specified number of fuel items from the currently selected inventory slot into the generator's inventory. Returns `true` if at least one item was moved to the generator's inventory. Returns `false` and an error message otherwise.
|
||||||
|
|
||||||
Possible error messages are:
|
Possible error messages are:
|
||||||
`"selected slot does not contain fuel"` if the selected slot has no item which can be burnt
|
`"selected slot does not contain fuel"` if the selected slot has no item which can be burnt
|
||||||
`"different fuel type already queued"` if there is already another type of item in the generator
|
`"different fuel type already queued"` if there is already another type of item in the generator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user