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
| Parameter | Description |
|---|---|
| BaseObject | The character whose CraftingComponent is used to spawn the craft result |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Spawn the crafted object for Self based on current recipe | Self | SpawnNewCraftObject |
| Spawn the crafted object for Target based on current recipe | Target | SpawnNewCraftObject |
Back to Command FinderSearch and filter all 399 Script Execution documents