DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ShuffleArray()

void array< Class T >::ShuffleArray ( )
inlineprivate

См. определение в файле EnScript.c строка 668

669 {
670 for (int i = 0; i < Count(); i++)
671 {
673 }
674 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
void SwapItems(int item1_index, int item2_index)
Определения EnScript.c:590
int GetRandomIndex()
Returns a random index of array. If Count is 0, return index is -1 .
Определения EnScript.c:566
proto native int Count()

Перекрестные ссылки Count, GetRandomIndex() и SwapItems().