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

◆ ShuffleArray()

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

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

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

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