| 
    Arma Reforger Script API
    
   | 
 
This class defines forest generator clusters - which trees with which density should be present in this cluster. More...
  
Public Member Functions | |
| void | ForestGeneratorCluster () | 
Public Attributes | |
| ref array< ref SmallForestGeneratorClusterObject > | m_aObjects | 
| float | m_fMinCDENSHA | 
| float | m_fMaxCDENSHA | 
| bool | m_bGenerate | 
| int | m_iPlacementArea | 
| SCR_EForestGeneratorClusterType | m_Type | 
| float | m_fRadius | 
This class defines forest generator clusters - which trees with which density should be present in this cluster.
| void ForestGeneratorCluster.ForestGeneratorCluster | ( | ) | 
| ref array<ref SmallForestGeneratorClusterObject> ForestGeneratorCluster.m_aObjects | 
| bool ForestGeneratorCluster.m_bGenerate | 
| float ForestGeneratorCluster.m_fMaxCDENSHA | 
| float ForestGeneratorCluster.m_fMinCDENSHA | 
| float ForestGeneratorCluster.m_fRadius | 
| int ForestGeneratorCluster.m_iPlacementArea | 
| SCR_EForestGeneratorClusterType ForestGeneratorCluster.m_Type |