Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScriptedSignalUserActionDecrease.c
Go to the documentation of this file.
1// Script File
2
4{
5 [Attribute( defvalue: "0.5", uiwidget: UIWidgets.EditBox, desc: "How fast the signal will change." )]
6 private float m_fSpeed;
7
8 override void PerformContinuousAction(IEntity pOwnerEntity, IEntity pUserEntity, float timeSlice)
9 {
10 SetSignalValue(GetCurrentValue() - timeSlice * m_fSpeed);
11 }
12};
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
This action will take care of the synchronization of the signal value.
SCR_FieldOfViewSettings Attribute
@ PerformContinuousAction