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

◆ RemoveSlotPlant()

void ItemBase::RemoveSlotPlant ( Object plant)
inlineprivate

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

639 {
640 int index = GetSlotIndexByPlant( plant );
641 if ( index >= 0 )
642 {
643 RemoveSlot( index );
644 }
645 }
void RemoveSlot()
Определения PlantBase.c:705
int GetSlotIndexByPlant(Object plant)
Определения GardenBase.c:708

Перекрестные ссылки GetSlotIndexByPlant() и RemoveSlot().