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 | PrefabGeneratorEntityClass |
Functions | |
PrefabGeneratorEntityClass SCR_GeneratorBaseEntityClass | Attribute (category:"Prefabs", uiwidget:UIWidgets.ResourcePickerThumbnail, desc:"Prefab list", params:"et")] protected ref array< ResourceName > m_PrefabNames |
protected void | PrefabGeneratorEntity (IEntitySource src, IEntity parent) |
Variables | |
protected ref array< float > | m_Weights |
protected bool | m_bOnlyToVertices |
protected float | m_fDistance |
protected bool | m_bAlignWithShape |
protected bool | m_bUseXAsForward |
protected bool | m_bFlipForward |
protected float | m_fOffsetRight |
protected float | m_fOffsetVariance |
protected float | m_fGap |
protected bool | m_fRandomSpacing |
protected float | m_fOffsetUp |
protected float | m_fOffsetForward |
protected bool | m_bPerlinDens |
protected float | m_fPerlinThreshold |
protected bool | m_bPerlinAssetDistribution |
protected bool | m_bPerlinSize |
protected float | m_fPerlinFrequency |
protected float | m_fPerlinSeed |
protected float | m_fPerlinAmplitude |
protected float | m_fPerlinOffset |
protected bool | m_fPerlinThrowAway |
protected bool | m_bDrawDebug |
PrefabGeneratorEntityClass SCR_GeneratorBaseEntityClass Attribute | ( | category:"Prefabs" | , |
uiwidget:UIWidgets. | ResourcePickerThumbnail, | ||
desc:"Prefab list" | , | ||
params:"et" | |||
) |
protected void PrefabGeneratorEntity | ( | IEntitySource | src, |
IEntity | parent | ||
) |
Definition at line 716 of file PrefabGeneratorEntity.c.
protected bool m_bAlignWithShape |
Definition at line 25 of file PrefabGeneratorEntity.c.
protected bool m_bDrawDebug |
Definition at line 87 of file PrefabGeneratorEntity.c.
protected bool m_bFlipForward |
Definition at line 31 of file PrefabGeneratorEntity.c.
protected bool m_bOnlyToVertices |
Definition at line 19 of file PrefabGeneratorEntity.c.
protected bool m_bPerlinAssetDistribution |
Definition at line 66 of file PrefabGeneratorEntity.c.
protected bool m_bPerlinDens |
Definition at line 60 of file PrefabGeneratorEntity.c.
protected bool m_bPerlinSize |
Definition at line 69 of file PrefabGeneratorEntity.c.
protected bool m_bUseXAsForward |
Definition at line 28 of file PrefabGeneratorEntity.c.
protected float m_fDistance |
Definition at line 22 of file PrefabGeneratorEntity.c.
protected float m_fGap |
Definition at line 44 of file PrefabGeneratorEntity.c.
protected float m_fOffsetForward |
Definition at line 53 of file PrefabGeneratorEntity.c.
protected float m_fOffsetRight |
Definition at line 38 of file PrefabGeneratorEntity.c.
protected float m_fOffsetUp |
Definition at line 50 of file PrefabGeneratorEntity.c.
protected float m_fOffsetVariance |
Definition at line 41 of file PrefabGeneratorEntity.c.
protected float m_fPerlinAmplitude |
Definition at line 78 of file PrefabGeneratorEntity.c.
protected float m_fPerlinFrequency |
Definition at line 72 of file PrefabGeneratorEntity.c.
protected float m_fPerlinOffset |
Definition at line 81 of file PrefabGeneratorEntity.c.
protected float m_fPerlinSeed |
Definition at line 75 of file PrefabGeneratorEntity.c.
protected float m_fPerlinThreshold |
Definition at line 63 of file PrefabGeneratorEntity.c.
protected bool m_fPerlinThrowAway |
Definition at line 84 of file PrefabGeneratorEntity.c.
protected bool m_fRandomSpacing |
Definition at line 47 of file PrefabGeneratorEntity.c.
protected ref array<float> m_Weights |
Definition at line 16 of file PrefabGeneratorEntity.c.