Skip to main content

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

ParameterDescription
BaseObjectThe actor performing the crafting operation (Self or Target)
F1Tick duration in seconds used to calculate the progress increment for this tick

Examples

DescriptionBaseObjectCommandF1
Add one tick of crafting progress to self (0.1s tick)SelfAddCraftingProgress0.1
Add a half-second tick of progress for the targetTargetAddCraftingProgress0.5
Advance crafting progress by one full secondSelfAddCraftingProgress1.0