4 {
8 {
10 }
11 else
12 {
14 }
15
16 WorldCraftActionData action_data_wc = WorldCraftActionData.Cast(action_data);
17
18 PluginRecipesManager module_recipes_manager;
19 Class.CastTo(module_recipes_manager,
GetPlugin(PluginRecipesManager));
20 if( module_recipes_manager )
21 {
23 if( module_recipes_manager.GetIsInstaRecipe( action_data_wc.m_RecipeID) || module_recipes_manager.IsEnableDebugCrafting() )
24 {
26 }
27 float specialty_weight = module_recipes_manager.GetRecipeSpecialty( action_data_wc.m_RecipeID );
29
30
31 }
32 }
PluginBase GetPlugin(typename plugin_type)
ref Param1< float > m_SpentUnits
float m_AdjustedTimeToComplete