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

◆ SetCraftingRecipeID()

void ManBase::SetCraftingRecipeID ( int recipeID)
inlineprotected

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

2128 {
2129 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
2130 {
2131 GetCraftingManager().SetRecipeID(recipeID);
2132 }
2133 else
2134 {
2135 m_RecipeID = recipeID;
2136 }
2137 }
void SetRecipeID(int recipeID)
Определения CraftingManager.c:39
int m_RecipeID
Определения PlayerBase.c:255
CraftingManager GetCraftingManager()
Определения PlayerBase.c:1979
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1071
proto native DayZPlayerInstanceType GetInstanceType()

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