Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ForestGeneratorEntity.c File Reference

Go to the source code of this file.

Data Structures

class  ForestGeneratorEntityClass
 

Enumerations

enum  SCR_ETreeType {
  TOP, BOTTOM, MIDDLE_OUTLINE, SMALL_OUTLINE,
  CLUSTER
}
 

Functions

ForestGeneratorEntityClass SCR_AreaGeneratorBaseEntityClass Attribute (defvalue:"42", category:"Generation", desc:"Seed used by the random generator of this forest generator")
 

Enumeration Type Documentation

◆ SCR_ETreeType

Enumerator
TOP 
BOTTOM 
MIDDLE_OUTLINE 
SMALL_OUTLINE 
CLUSTER 

Definition at line 2268 of file ForestGeneratorEntity.c.

Function Documentation

◆ Attribute()

ForestGeneratorEntityClass SCR_AreaGeneratorBaseEntityClass Attribute ( defvalue:"42"  ,
category:"Generation"  ,
desc:"Seed used by the random generator of this forest generator"   
)

A Forest Generator uses the following data:

  • Levels (Top trees, Middle trees, Outlines)
  • Clusters (Circles, Strips) These are loaded, processed (data check) Then trees are "generated" in a grid, managed C++ side Finally, the grid is used to create entities

Definition at line 18 of file ForestGeneratorEntity.c.