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

◆ RemoveItem()

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

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

745 {
746 int remove_index = Find(value);
747 if (remove_index >= 0)
748 {
749 Remove(remove_index);
750 }
751 }
proto int Find(T value)
proto native void Remove(int index)

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

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