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

◆ ShuffleArray()

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

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

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

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