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

◆ UpdateTexturesOnAllSlots()

void ItemBase::UpdateTexturesOnAllSlots ( )
inlineprivate

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

140 {
141 int slots_count = GetGardenSlotsCount();
142
143 for ( int i = 0; i < slots_count; i++ )
144 {
146 }
147 }
int GetGardenSlotsCount()
Определения GardenBase.c:289
void UpdateSlotTexture(int slot_index)
Определения GardenBase.c:512

Перекрестные ссылки GardenBase::GetGardenSlotsCount() и UpdateSlotTexture().

Используется в EOnInit().