Execute_AddCraftingProgress
Description
Calculates the crafting progress increment for a single tick and adds it to the Progress stat of the current craft object being processed by the BaseObject actor. The progress amount is computed by B2CraftingHelper::CalculateProgress using the actor, the current craft object, and F1.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The actor performing the crafting operation (Self or Target) |
| F1 | Tick duration in seconds used to calculate the progress increment for this tick |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Add one tick of crafting progress to self (0.1s tick) | Self | AddCraftingProgress | 0.1 |
| Add a half-second tick of progress for the target | Target | AddCraftingProgress | 0.5 |
| Advance crafting progress by one full second | Self | AddCraftingProgress | 1.0 |
Back to Command FinderSearch and filter all 399 Script Execution documents