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

◆ RemoveSlotPlant()

void ItemBase::RemoveSlotPlant ( Object plant)
inlineprivate

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

697 {
698 int index = GetSlotIndexByPlant( plant );
699 if ( index >= 0 )
700 {
701 RemoveSlot( index );
702 }
703 }
void RemoveSlot()
Определения PlantBase.c:640
int GetSlotIndexByPlant(Object plant)
Определения GardenBase.c:766

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