Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ForestGeneratorObjects.c File Reference

Go to the source code of this file.

Classes

class  ForestGeneratorDistaceAttribute

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)
Parameters
[in]distanceType

Definition at line 5 of file ForestGeneratorObjects.c.

Variable Documentation

◆ m_eType

SCR_ETreeType m_eType

Definition at line 63 of file ForestGeneratorObjects.c.

◆ m_fBotDistance

float m_fBotDistance

Definition at line 48 of file ForestGeneratorObjects.c.

◆ m_fMaxScale

float m_fMaxScale

Definition at line 42 of file ForestGeneratorObjects.c.

◆ m_fRandomPitchAngle

float m_fRandomPitchAngle

Definition at line 51 of file ForestGeneratorObjects.c.

◆ m_fRandomRollAngle

float m_fRandomRollAngle

Definition at line 54 of file ForestGeneratorObjects.c.

◆ m_fScale

float m_fScale = 2

Definition at line 62 of file ForestGeneratorObjects.c.

◆ m_fVerticalOffset

float m_fVerticalOffset

Definition at line 57 of file ForestGeneratorObjects.c.

◆ m_iDistanceType

DistanceType m_iDistanceType

Definition at line 0 of file ForestGeneratorObjects.c.

◆ m_iGroupIndex

int m_iGroupIndex

Definition at line 60 of file ForestGeneratorObjects.c.

◆ m_Prefab

ResourceName m_Prefab

Definition at line 45 of file ForestGeneratorObjects.c.