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

◆ InsertArray()

void array< Class T >::InsertArray ( array< T > other)
inlineprivate

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

574 {
575 for (int i = 0; i < other.Count(); i++)
576 {
577 T item = other.Get(i);
578 Insert(item);
579 }
580 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto int Insert(T value)

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