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

◆ GetCraftingRecipeID()

int ManBase::GetCraftingRecipeID ( )
inlineprotected

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

2116 {
2117 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
2118 {
2120 }
2121 else
2122 {
2123 return m_RecipeID;
2124 }
2125 }
int GetRecipeID()
Определения CraftingManager.c:44
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.