Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_OpacityEntitiesEditorUIEffect.c
Go to the documentation of this file.
1
[
BaseContainerProps
(), SCR_BaseEntitiesEditorUIEffectTitle()]
2
class
SCR_OpacityEntitiesEditorUIEffect
:
SCR_BaseEntitiesEditorUIEffect
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_BaseEntitiesEditorUIEffect
Definition:
SCR_BaseEntitiesEditorUIEffect.c:2
m_fAlpha
float m_fAlpha
Definition:
SCR_VonDisplay.c:12
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_OpacityEntitiesEditorUIEffect
Definition:
SCR_OpacityEntitiesEditorUIEffect.c:2
params
Configs ServerBrowser KickDialogs params
Definition:
SCR_NotificationSenderComponent.c:24
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
UI
Components
EditableEntityFilters
Effects
SCR_OpacityEntitiesEditorUIEffect.c
Generated by
1.8.17