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

◆ InsertUpdatedMaterial()

void InsertUpdatedMaterial ( int mat_id)
protected

Marks material class as updated and values to be set in the course of update - 'ProcessApplyValueChanges'.

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

279 {
280 if ( m_UpdatedMaterials.Find(mat_id) == -1 )
281 m_UpdatedMaterials.Insert(mat_id);
282 }
ref array< int > m_UpdatedMaterials
Определения PPEManager.c:60

Перекрестные ссылки m_UpdatedMaterials.