Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_OpacityEntitiesEditorUIEffect.c
Go to the documentation of this file.
1[BaseContainerProps(), SCR_BaseEntitiesEditorUIEffectTitle()]
3{
4 [Attribute(defvalue: "1", uiwidget: UIWidgets.Slider, params: "0 1 0.01")]
5 private float m_fAlpha;
6
7 //------------------------------------------------------------------------------------------------
8 override void ApplyOn(Widget w)
9 {
10 w.SetOpacity(m_fAlpha);
11 }
12}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute