DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
RemoveItem()
void
array
<
Class
T >::RemoveItem
(
T
value
)
inline
private
См. определение в файле
EnScript.c
строка
477
478
{
479
int
remove_index
=
Find
(
value
);
480
481
if
(
remove_index
>= 0 )
482
{
483
RemoveOrdered
(
remove_index
);
484
}
485
}
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения
IsBoxCollidingGeometryProxyClasses.c:28
array< Class T >::RemoveOrdered
proto native void RemoveOrdered(int index)
array< Class T >::Find
proto int Find(T value)
Перекрестные ссылки
Find()
и
RemoveOrdered()
.
array< Class T >
Создано системой
1.13.2