Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_CustomTriggerConditionsGeneric Interface Reference
Inheritance diagram for SCR_CustomTriggerConditionsGeneric:
[legend]

Public Member Functions

override void CustomTriggerConditions (SCR_ScenarioFrameworkTriggerEntity trigger)
 Checks if all or any condition is met for trigger, sets status accordingly.
 
- Public Member Functions inherited from SCR_CustomTriggerConditions
void Init (SCR_ScenarioFrameworkTriggerEntity trigger)
 Used to init the class data according to the needs of the condition.
 
void CustomTriggerConditions (SCR_ScenarioFrameworkTriggerEntity trigger)
 Performs specified logic checks when called.
 

Public Attributes

ref array< ref SCR_ScenarioFrameworkActivationConditionBasem_aGenericConditions
 
SCR_EScenarioFrameworkLogicOperators m_eConditionLogic
 

Member Function Documentation

◆ CustomTriggerConditions()

override void SCR_CustomTriggerConditionsGeneric.CustomTriggerConditions ( SCR_ScenarioFrameworkTriggerEntity  trigger)

Checks if all or any condition is met for trigger, sets status accordingly.

Parameters
[in]triggerChecks if all or any condition is met for trigger activation.

Implements SCR_CustomTriggerConditions.

Member Data Documentation

◆ m_aGenericConditions

ref array<ref SCR_ScenarioFrameworkActivationConditionBase> SCR_CustomTriggerConditionsGeneric.m_aGenericConditions

◆ m_eConditionLogic

SCR_EScenarioFrameworkLogicOperators SCR_CustomTriggerConditionsGeneric.m_eConditionLogic

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