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

◆ GetCraftingRecipeID()

int ManBase::GetCraftingRecipeID ( )
inlineprotected

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

1984 {
1985 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
1986 {
1988 }
1989 else
1990 {
1991 return m_RecipeID;
1992 }
1993 }
int GetRecipeID()
Определения CraftingManager.c:44
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.