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

◆ RemoveItem()

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

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

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

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