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

◆ InsertArray()

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

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

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

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