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

◆ RemoveItemUnOrdered()

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

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

488 {
489 int remove_index = Find(value);
490
491 if ( remove_index >= 0 )
492 {
494 }
495 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto int Find(T value)
proto native void Remove(int index)

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