Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InteractButtonComponent.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
6 void SetHoldAction(bool state, float duration = 1)
7 {
8 m_bIsHoldAction = state;
9 m_fMaxHoldtime = duration;
10
11 m_ButtonDisplay.ForceSetHoldAction(m_bIsHoldAction);
12 }
13
14 //------------------------------------------------------------------------------------------------
16 void ForceSetHoldAction(bool state)
17 {
18 m_ButtonDisplay.ActionPressed(state);
19 }
20
21 override protected void CreateComboWidget()
22 {
23 }
24}
ref SCR_InputButtonDisplay m_ButtonDisplay