Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
WallGeneratorPointData.c
Go to the documentation of this file.
1 class WallGeneratorPointData : ShapePointDataScriptBase
2 {
3  [Attribute("", UIWidgets.ResourcePickerThumbnail, "Prefab", "et")]
4  protected ResourceName MeshAtPoint;
5 
6  [Attribute("0", UIWidgets.Slider, params: "-10 10 0.01")]
7  protected float PrePadding;
8 
9  [Attribute("0", UIWidgets.Slider, params: "-10 10 0.01")]
10  protected float PostPadding;
11 
12  [Attribute("0", UIWidgets.Slider, params: "-10 10 0.01")]
13  protected float m_fOffsetUp;
14 
15  [Attribute("0", UIWidgets.CheckBox)]
16  protected bool m_bAlignWithNext;
17 
18  [Attribute("0", UIWidgets.CheckBox)]
19  protected bool m_bAllowClipping;
20 
21  [Attribute("1", UIWidgets.CheckBox)]
22  protected bool m_bGenerate;
23 }
Attribute
typedef Attribute
Post-process effect of scripted camera.
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
WallGeneratorPointData
Definition: WallGeneratorPointData.c:1