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

◆ UpdateTexturesOnAllSlots()

void ItemBase::UpdateTexturesOnAllSlots ( )
inlineprivate

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

1012 {
1013 int slots_count = GetGardenSlotsCount();
1014 for (int i = 0; i < slots_count; ++i)
1015 {
1017 }
1018 }
int GetGardenSlotsCount()
Определения GardenBase.c:351
void UpdateSlotTexture(int slot_index)
This should be only called on server as the selections are synced to clients in C++.
Определения GardenBase.c:563

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