DIFF

class CraftingManagerSource

Client only - manage set up crafting on client

Constructors 2

Constants 3

const int CM_MODE_NONE = 0
const int CM_MODE_WORLD = 1
Referenced by IsWorldCraft(), and OnUpdate()
const int CM_MODE_INVENTORY = 2

Members 10

ActionVariantManager m_actionVariantManager
int m_recipeID
Referenced by GetRecipeID(), OnUpdate(), SetInventoryCraft()
Show 1 more, SetRecipeID()
int m_contextualRecipeID
Referenced by OnUpdate(), and SetInventoryCraft()
int m_recipeCount
ItemBase m_item1
Referenced by OnUpdate(), and SetInventoryCraft()
ItemBase m_item2
Referenced by OnUpdate(), and SetInventoryCraft()
ref array<int> m_recipes
Referenced by CraftingManager(), GetRecipeID(), OnUpdate()
Show 1 more, SetInventoryCraft()

Methods 11

void SetRecipeID(int recipeID)
References m_recipeID
bool IsInventoryCraft()
bool IsWorldCraft()
int GetRecipesCount()
References m_recipeCount
void SetNextRecipe()
void ResetInventoryCraft()
bool IsEnableDebugCrafting()