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

◆ RemoveItem()

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

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

502 {
503 int remove_index = Find(value);
504
505 if ( remove_index >= 0 )
506 {
508 }
509 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto native void RemoveOrdered(int index)
proto int Find(T value)

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