help()
|
→
string
|
All methods and properties that this object supports.
|
All methods and properties that this object supports.
|
enabled
[R]
|
:: boolean
|
If this recipe prototype is enabled by default (enabled at the beginning of a game).
|
If this recipe prototype is enabled by default (enabled at the beginning of a game).
|
name
[R]
|
:: string
|
|
|
localised_name
[R]
|
:: LocalisedString
|
Localised name of the recipe.
|
Localised name of the recipe.
|
localised_description
[R]
|
:: LocalisedString
|
|
category
[R]
|
:: string
|
|
|
ingredients
[R]
|
:: array[Ingredient]
|
The ingredients to this recipe.
|
The ingredients to this recipe.
|
products
[R]
|
:: array[Product]
|
The results/products of this recipe.
|
The results/products of this recipe.
|
main_product
[R]
|
:: Product?
|
The main product of this recipe, if any.
|
The main product of this recipe, if any.
|
hidden
[R]
|
:: boolean
|
|
|
hidden_from_flow_stats
[R]
|
:: boolean
|
Is the recipe hidden from flow statistics (item/fluid production statistics)?
|
Is the recipe hidden from flow statistics (item/fluid production statistics)?
|
hidden_from_player_crafting
[R]
|
:: boolean
|
Is the recipe hidden from player crafting?
|
Is the recipe hidden from player crafting?
|
always_show_made_in
[R]
|
:: boolean
|
Should this recipe always show "Made in" in the tooltip?
|
Should this recipe always show "Made in" in the tooltip?
|
energy
[R]
|
:: double
|
Energy required to execute this recipe.
|
Energy required to execute this recipe.
|
order
[R]
|
:: string
|
The string used to alphabetically sort these prototypes.
|
The string used to alphabetically sort these prototypes.
|
group
[R]
|
:: LuaGroup
|
|
|
subgroup
[R]
|
:: LuaGroup
|
|
|
request_paste_multiplier
[R]
|
:: uint
|
The multiplier used when this recipe is copied from an assembling machine to a requester chest.
|
The multiplier used when this recipe is copied from an assembling machine to a requester chest.
|
overload_multiplier
[R]
|
:: uint
|
Used to determine how many extra items are put into an assembling machine before it's considered "full enough".
|
Used to determine how many extra items are put into an assembling machine before it's considered "full enough".
|
allow_inserter_overload
[R]
|
:: boolean
|
If the recipe is allowed to have the extra inserter overload bonus applied (4 * stack inserter stack size).
|
If the recipe is allowed to have the extra inserter overload bonus applied (4 * stack inserter stack size).
|
allow_as_intermediate
[R]
|
:: boolean
|
If this recipe is enabled for the purpose of intermediate hand-crafting.
|
If this recipe is enabled for the purpose of intermediate hand-crafting.
|
allow_intermediates
[R]
|
:: boolean
|
If this recipe is allowed to use intermediate recipes when hand-crafting.
|
If this recipe is allowed to use intermediate recipes when hand-crafting.
|
show_amount_in_title
[R]
|
:: boolean
|
If the amount is shown in the recipe tooltip title when the recipe produces more than 1 product.
|
If the amount is shown in the recipe tooltip title when the recipe produces more than 1 product.
|
always_show_products
[R]
|
:: boolean
|
If the products are always shown in the recipe tooltip.
|
If the products are always shown in the recipe tooltip.
|
emissions_multiplier
[R]
|
:: double
|
The emissions multiplier for this recipe.
|
The emissions multiplier for this recipe.
|
allow_decomposition
[R]
|
:: boolean
|
Is this recipe allowed to be broken down for the recipe tooltip "Total raw" calculations?
|
Is this recipe allowed to be broken down for the recipe tooltip "Total raw" calculations?
|
unlock_results
[R]
|
:: boolean
|
Is this recipe unlocks the result item(s) so they're shown in filter-select GUIs.
|
Is this recipe unlocks the result item(s) so they're shown in filter-select GUIs.
|
valid
[R]
|
:: boolean
|
|
|
object_name
[R]
|
:: string
|
The class name of this object.
|
The class name of this object.
|