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

◆ RemoveItemUnOrdered()

void array< Class T >::RemoveItemUnOrdered ( T value)
inlineprivate

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

513 {
514 int remove_index = Find(value);
515
516 if ( remove_index >= 0 )
517 {
519 }
520 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto int Find(T value)
proto native void Remove(int index)

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