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

◆ SetCraftingRecipeID()

void ManBase::SetCraftingRecipeID ( int recipeID)
inlineprotected

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

2005 {
2006 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
2007 {
2008 GetCraftingManager().SetRecipeID(recipeID);
2009 }
2010 else
2011 {
2012 m_RecipeID = recipeID;
2013 }
2014 }
void SetRecipeID(int recipeID)
Определения CraftingManager.c:39
int m_RecipeID
Определения PlayerBase.c:208
CraftingManager GetCraftingManager()
Определения PlayerBase.c:1849
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1068
proto native DayZPlayerInstanceType GetInstanceType()

Перекрестные ссылки GetCraftingManager(), GetInstanceType() и m_RecipeID.