Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
void AdjustScale | ( | ) |
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.
void Attribute::ForestGeneratorDistaceAttribute | ( | DistanceType | distanceType | ) |
Definition at line 3 of file ForestGeneratorObjects.c.
SCR_ETreeType m_eType |
Definition at line 66 of file ForestGeneratorObjects.c.
float m_fBotDistance |
Definition at line 50 of file ForestGeneratorObjects.c.
float m_fMaxScale |
Definition at line 45 of file ForestGeneratorObjects.c.
float m_fRandomPitchAngle |
Definition at line 54 of file ForestGeneratorObjects.c.
float m_fRandomRollAngle |
Definition at line 57 of file ForestGeneratorObjects.c.
float m_fScale = 2 |
Definition at line 65 of file ForestGeneratorObjects.c.
float m_fVerticalOffset |
Definition at line 60 of file ForestGeneratorObjects.c.
DistanceType m_iDistanceType |
Definition at line 2 of file ForestGeneratorObjects.c.
int m_iGroupIndex |
Definition at line 63 of file ForestGeneratorObjects.c.
ResourceName m_Prefab |
Definition at line 48 of file ForestGeneratorObjects.c.