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

◆ InsertArray()

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

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

599 {
600 int nOther = other.Count();
601 for (int i = 0; i < nOther; ++i)
602 {
603 T item = other.Get(i);
604 Insert(item);
605 }
606 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto int Insert(T value)

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