DayZ 1.27
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( GetGame().GetPlayer() );
701 player.GetCraftingManager().SetInventoryCraft( id, ItemBase.Cast(m_am_entity1), ItemBase.Cast(m_am_entity2));
702 }
proto string ToString()
class GP5GasMask extends MaskBase ItemBase
PlayerBase GetPlayer()
Определения ModifierBase.c:51
void Debug()
Определения UniversalTemperatureSource.c:349
proto native CGame GetGame()

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