Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WallGroup.c
Go to the documentation of this file.
1
6{
7 ref array<ref SCR_WallPair> m_aWallPairs = {};
8 ref array<float> m_aWeights = {};
9
10 float m_fWallLength;
11
12 //------------------------------------------------------------------------------------------------
15 SCR_WallPair GetRandomWall(float value01)
16 {
17 int index = SCR_ArrayHelper.GetWeightedIndex(m_aWeights, value01);
18 return m_aWallPairs.Get(index);
19 }
20}
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index