Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | RecipeCacheData |
Functions | |
void | CacheObject () |
bool | AddRecipe (int recipe_id, int mask) |
void | UpdateMask (int recipe_id, int mask) |
int | GetNumberOfRecipes () |
array< int > | GetRecipes () |
bool | IsContainRecipe (int recipe_id) |
int | GetMaskByRecipeID (int recipe_id) |
int | GetBitCountByRecipeID (int recipe_id) |
void | DebugPrint () |
Variables | |
class RecipeCacheData | int |
class RecipeCacheData | m_Recipes |
ref array< int > | m_RecipeIDs |
Definition at line 41 of file cacheobject.c.
void CacheObject | ( | ) |
Definition at line 35 of file cacheobject.c.
void DebugPrint | ( | ) |
Definition at line 97 of file cacheobject.c.
Definition at line 89 of file cacheobject.c.
Definition at line 81 of file cacheobject.c.
int GetNumberOfRecipes | ( | ) |
Definition at line 66 of file cacheobject.c.
Definition at line 71 of file cacheobject.c.
Definition at line 76 of file cacheobject.c.
Definition at line 58 of file cacheobject.c.
class RecipeCacheData int |
Definition at line 33 of file cacheobject.c.
class RecipeCacheData m_Recipes |