Beta Documentation - Subject to change.

Gets the information for the specified ingredient.

Syntax

Lua
function Recipe:GetIngredient(index);

Parameters

index
Type: number
The index of the ingredient to get the information of.

Returns

Type: RecipeIngredient
The information for the specified ingredient.

Remarks

See Also