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

◆ RemoveItem()

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

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

478 {
479 int remove_index = Find(value);
480
481 if ( remove_index >= 0 )
482 {
484 }
485 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto native void RemoveOrdered(int index)
proto int Find(T value)

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