Beta Documentation - Subject to change.

Gets the item information for the item crafted by this recipe.

Syntax

Lua
function Recipe:GetResultItemInfo();

Returns

Type: ItemInfo
The item information for the item crafted by this recipe.

Remarks

See Also