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

◆ RemoveItemUnOrdered()

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

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

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

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