Skip to main content

Execute_SpawnNewCraftObject

Description

Spawns the result object based on the current crafting recipe of the BaseObject character. Delegates to the CraftingComponent's SpawnObject method.

Parameters

ParameterDescription
BaseObjectThe character whose CraftingComponent is used to spawn the craft result

Examples

DescriptionBaseObjectCommand
Spawn the crafted object for Self based on current recipeSelfSpawnNewCraftObject
Spawn the crafted object for Target based on current recipeTargetSpawnNewCraftObject