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

◆ SyncSlots()

void ItemBase::SyncSlots ( )
inlineprivate

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

194 {
195 for ( int i = 0; i < GetGardenSlotsCount(); i++ )
196 {
198 }
199
200 if ( GetGame().IsServer() )
201 {
202 SetSynchDirty();
203 }
204 }
int GetGardenSlotsCount()
Определения GardenBase.c:289
void UpdateSlotTexture(int slot_index)
Определения GardenBase.c:512
proto native CGame GetGame()

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

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