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

Go to the source code of this file.

Data Structures

class  ForestGeneratorDistaceAttribute
 Do not change this unless you change c++ as well. More...
 
class  ForestGeneratorShapeImportData
 

Functions

class ForestGeneratorDistaceAttribute Attribute ("0.8", UIWidgets.SpinBox, "Min scale of this object", params:"0 1000 0.01")] float m_fMinScale
 
void ForestGeneratorDistaceAttribute (DistanceType distanceType)
 
void AdjustScale ()
 

Variables

DistanceType m_iDistanceType
 
float m_fMaxScale
 
ResourceName m_Prefab
 
float m_fBotDistance
 
float m_fRandomPitchAngle
 
float m_fRandomRollAngle
 
float m_fVerticalOffset
 
int m_iGroupIndex
 
float m_fScale = 2
 
SCR_ETreeType m_eType
 

Function Documentation

◆ AdjustScale()

void AdjustScale ( )

◆ Attribute()

class ForestGeneratorDistaceAttribute Attribute ( "0.8"  ,
UIWidgets.  SpinBox,
"Min scale of this object"  ,
params:"0 1000 0.01"   
)

Used to annotate a vector which signifies the first point of a capsule segment If a member with the ForestGeneratorCapsuleEndAttribute is not specified, this is used as an offset i.e. both ends of the segment are set to this value. Only X and Z fields of the vector are used.

See also
ForestGeneratorCapsuleStartAttribute

◆ ForestGeneratorDistaceAttribute()

void Attribute::ForestGeneratorDistaceAttribute ( DistanceType  distanceType)

Definition at line 3 of file ForestGeneratorObjects.c.

Variable Documentation

◆ m_eType

SCR_ETreeType m_eType

Definition at line 66 of file ForestGeneratorObjects.c.

◆ m_fBotDistance

float m_fBotDistance

Definition at line 50 of file ForestGeneratorObjects.c.

◆ m_fMaxScale

float m_fMaxScale

Definition at line 45 of file ForestGeneratorObjects.c.

◆ m_fRandomPitchAngle

float m_fRandomPitchAngle

Definition at line 54 of file ForestGeneratorObjects.c.

◆ m_fRandomRollAngle

float m_fRandomRollAngle

Definition at line 57 of file ForestGeneratorObjects.c.

◆ m_fScale

float m_fScale = 2

Definition at line 65 of file ForestGeneratorObjects.c.

◆ m_fVerticalOffset

float m_fVerticalOffset

Definition at line 60 of file ForestGeneratorObjects.c.

◆ m_iDistanceType

DistanceType m_iDistanceType

Definition at line 2 of file ForestGeneratorObjects.c.

◆ m_iGroupIndex

int m_iGroupIndex

Definition at line 63 of file ForestGeneratorObjects.c.

◆ m_Prefab

ResourceName m_Prefab

Definition at line 48 of file ForestGeneratorObjects.c.