DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
RemoveItemUnOrdered()
void
array
<
Class
T >::RemoveItemUnOrdered
(
T
value
)
inline
private
См. определение в файле
EnScript.c
строка
511
512
{
513
int
remove_index
=
Find
(
value
);
514
515
if
(
remove_index
>= 0 )
516
{
517
Remove
(
remove_index
);
518
}
519
}
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