DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
RemoveItemUnOrdered()
void
array
<
Class
T >::RemoveItemUnOrdered
(
T
value
)
inline
private
См. определение в файле
EnScript.c
строка
487
488
{
489
int
remove_index
=
Find
(
value
);
490
491
if
(
remove_index
>= 0 )
492
{
493
Remove
(
remove_index
);
494
}
495
}
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения
IsBoxCollidingGeometryProxyClasses.c:28
array< Class T >::Find
proto int Find(T value)
array< Class T >::Remove
proto native void Remove(int index)
Перекрестные ссылки
Find()
и
Remove()
.
array< Class T >
Создано системой
1.13.2