Arma Reforger Script API
|
Public Member Functions | |
override bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Returns true when current controlled entity holds an item that can be inspected in that moment. | |
Public Member Functions inherited from SCR_AvailableActionCondition | |
bool | IsEnabled () |
Getter for an enabled flag, disabled conditions are skipped, not evaluated at all. | |
bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Override and implement this method in any inherited conditions. | |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_AvailableActionCondition | |
bool | GetReturnResult (bool desiredResult) |
Based on the state of m_bNegateCondition returns our desired result. | |
Protected Attributes inherited from SCR_AvailableActionCondition | |
bool | m_bEnabled |
bool | m_bNegateCondition |
override bool SCR_CanItemBeInspectedCondition.IsAvailable | ( | SCR_AvailableActionsConditionData | data | ) |
Returns true when current controlled entity holds an item that can be inspected in that moment.
Implements SCR_AvailableActionCondition.