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

◆ GetCraftingRecipeID()

int ManBase::GetCraftingRecipeID ( )
inlineprotected

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

1993 {
1994 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT)
1995 {
1997 }
1998 else
1999 {
2000 return m_RecipeID;
2001 }
2002 }
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.