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

◆ SetCraftingRecipeID()

void ManBase::SetCraftingRecipeID ( int recipeID)
inlineprotected

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

1996 {
1997 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
1998 {
1999 GetCraftingManager().SetRecipeID(recipeID);
2000 }
2001 else
2002 {
2003 m_RecipeID = recipeID;
2004 }
2005 }
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.