DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
RemoveItem()
void
array
<
Class
T >::RemoveItem
(
T
value
)
inline
private
См. определение в файле
EnScript.c
строка
501
502
{
503
int
remove_index
=
Find
(
value
);
504
505
if
(
remove_index
>= 0 )
506
{
507
RemoveOrdered
(
remove_index
);
508
}
509
}
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