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

◆ RemoveItem()

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

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

772 {
773 int remove_index = Find(value);
774 if (remove_index >= 0)
775 {
776 Remove(remove_index);
777 }
778 }
proto int Find(T value)
proto native void Remove(int index)

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

Используется в RemoveItems().