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.

Аргументы
valueElement to be inserted
indexPosition at which element is inserted. Must be less than Array::GetCardinality()
Возвращает
Number of elements after insertion