![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| string | ToString (bool forceText=true) |
| string | GetActionName () |
| string | GetUIName () |
| bool | IsAvailable (notnull SCR_AvailableActionsConditionData data, float timeSlice) |
| bool | IsDelayed () |
| returns true if action display is currently counting down twords its delayed fade in or out | |
| void | ResetTimers () |
| Reset fade in and fade out timers to their default values. | |
Protected Attributes | |
| bool | m_bEnabled |
| int | m_iTimeForHide |
| int | m_iTimeToShow |
| ref array< ref SCR_AvailableActionCondition > | m_aConditions |
| string | m_sTag |
| string | m_sAction |
| string | m_sName |
| const string | MARKUP_FORMAT = "<action name=\"%1\"/>" |
| float | m_fShowCountdown = m_iTimeToShow |
| float | m_fHideCountdown = m_iTimeForHide |
Definition at line 146 of file SCR_AvailableActionsDisplay.c.
|
inlineprotected |
Definition at line 187 of file SCR_AvailableActionsDisplay.c.
|
inlineprotected |
Definition at line 195 of file SCR_AvailableActionsDisplay.c.
|
inlineprotected |
Definition at line 204 of file SCR_AvailableActionsDisplay.c.
|
inlineprotected |
returns true if action display is currently counting down twords its delayed fade in or out
Definition at line 252 of file SCR_AvailableActionsDisplay.c.
|
inlineprotected |
Reset fade in and fade out timers to their default values.
Definition at line 259 of file SCR_AvailableActionsDisplay.c.
Definition at line 175 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 158 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 149 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 172 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 171 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 152 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 155 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 164 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 167 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 161 of file SCR_AvailableActionsDisplay.c.
|
protected |
Definition at line 169 of file SCR_AvailableActionsDisplay.c.