Arma Reforger Script API
Loading...
Searching...
No Matches
Protected Attributes | List of all members
SCR_AvailableActionsGroupCondition Interface Reference

Base for any condition containing multiple sub-conditions. More...

Inheritance diagram for SCR_AvailableActionsGroupCondition:
[legend]

Protected Attributes

ref array< ref SCR_AvailableActionConditionm_aConditions
 
- Protected Attributes inherited from SCR_AvailableActionCondition
bool m_bEnabled
 
bool m_bNegateCondition
 

Additional Inherited Members

- 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.
 
- Protected Member Functions inherited from SCR_AvailableActionCondition
bool GetReturnResult (bool desiredResult)
 Based on the state of m_bNegateCondition returns our desired result.
 

Detailed Description

Base for any condition containing multiple sub-conditions.

Member Data Documentation

◆ m_aConditions

ref array<ref SCR_AvailableActionCondition> SCR_AvailableActionsGroupCondition.m_aConditions
protected

The documentation for this interface was generated from the following file: