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

◆ OnPerformRecipe()

void Icon::OnPerformRecipe ( int id)
inlineprotected

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

696 {
697 if ( m_am_entity1 == null || m_am_entity2 == null ) return;
698
699 Debug.Log("OnPerformRecipe called for id:"+id.ToString(),"recipes");
700 PlayerBase player = PlayerBase.Cast( g_Game.GetPlayer() );
701 player.GetCraftingManager().SetInventoryCraft( id, ItemBase.Cast(m_am_entity1), ItemBase.Cast(m_am_entity2));
702 }
string Debug()
Определения CachedEquipmentStorageBase.c:29
DayZGame g_Game
Определения DayZGame.c:3942
proto string ToString()
class GP5GasMask extends MaskBase ItemBase

Перекрестные ссылки g_Game, Debug::Log() и ToString().