Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
RecipeAnimationInfo Class Reference

Private Member Functions

void RecipeAnimationInfo (string ingredient, int animationID, bool itemVisible)

Private Attributes

int m_AnimationUID
string m_IngredientName
bool m_ItemVisible

Detailed Description

Definition at line 5 of file recipebase.c.

Constructor & Destructor Documentation

◆ RecipeAnimationInfo()

void RecipeAnimationInfo ( string ingredient,
int animationID,
bool itemVisible )
inlineprivate

Definition at line 11 of file recipebase.c.

References m_AnimationUID, m_IngredientName, and m_ItemVisible.

Field Documentation

◆ m_AnimationUID

int m_AnimationUID
private

Definition at line 8 of file recipebase.c.

Referenced by RecipeAnimationInfo(), and ActionWorldCraft::SetupAction().

◆ m_IngredientName

string m_IngredientName
private

Definition at line 7 of file recipebase.c.

Referenced by RecipeAnimationInfo(), and GetRecipeAnimationInfo().

◆ m_ItemVisible

bool m_ItemVisible
private

Definition at line 9 of file recipebase.c.

Referenced by RecipeAnimationInfo(), and ActionWorldCraft::SetupAction().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/recipes/recipebase.c