Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ForestGeneratorPointData.c
Go to the documentation of this file.
1 class ForestGeneratorPointData : ShapePointDataScriptBase
2 {
3  [Attribute("1", UIWidgets.CheckBox, "Generate the middle outline along this line?")]
4  bool m_bMiddleOutline;
5 
6  [Attribute("1", UIWidgets.CheckBox, "Generate the small outline along this line?")]
7  bool m_bSmallOutline;
8 }
ForestGeneratorPointData
Definition: ForestGeneratorPointData.c:1
Attribute
typedef Attribute
Post-process effect of scripted camera.