DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
InsertAt()
proto
int
array
<
Class
T >::InsertAt
(
T
value
,
int
index
)
private
Inserts element at certain position and moves all elements behind this position by one.
Аргументы
value
Element to be inserted
index
Position at which element is inserted. Must be less than Array::GetCardinality()
Возвращает
Number of elements after insertion
array< Class T >
Создано системой
1.13.2