DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetMaskByRecipeID()

int GetMaskByRecipeID ( int recipe_id)

См. определение в файле CacheObject.c строка 81

82 {
83 RecipeCacheData cache_data = m_Recipes.Get(recipe_id);
84 if(cache_data)
85 return cache_data.GetMask();
86 return 0;
87 }
class RecipeCacheData m_Recipes
int GetMask()
Определения CacheObject.c:12
Определения CacheObject.c:3

Перекрестные ссылки RecipeCacheData::GetMask() и m_Recipes.