|
Arma Reforger Script API
|
Public Member Functions | |
| override string | GetUIName () |
| override bool | IsAvailable (SCR_AvailableActionsConditionData data, float timeSlice) |
Public Member Functions inherited from SCR_AvailableActionContext | |
| string | ToString (bool forceText=true) |
| string | GetActionName () |
| 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 | |
| LocalizedString | m_sItemName |
| IEntity | m_LastEntity |
Protected Attributes inherited from SCR_AvailableActionContext | |
| 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 |
| float | m_fShowCountdown = m_iTimeToShow |
| float | m_fHideCountdown = m_iTimeForHide |
Additional Inherited Members | |
Static Protected Attributes inherited from SCR_AvailableActionContext | |
| const string | MARKUP_FORMAT = "<action name=\"%1\"/>" |
| override string SCR_ItemPlacementActionsDisplay.GetUIName | ( | ) |
Implements SCR_AvailableActionContext.
| override bool SCR_ItemPlacementActionsDisplay.IsAvailable | ( | SCR_AvailableActionsConditionData | data, |
| float | timeSlice ) |
Implements SCR_AvailableActionContext.
|
protected |
|
protected |