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

◆ RemoveItem()

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

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

769 {
770 int remove_index = Find(value);
771 if (remove_index >= 0)
772 {
773 Remove(remove_index);
774 }
775 }
proto int Find(T value)
proto native void Remove(int index)

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

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