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

Public Member Functions

override void Init (SCR_ScenarioFrameworkTriggerEntity trigger)
 Initializes specific class names for scenario trigger entity, adding them as class types.
 
override void CustomTriggerConditions (SCR_ScenarioFrameworkTriggerEntity trigger)
 Checks how many times the specific classname is present inside the trigger and sets trigger conditions accordingly.
 
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< string > m_aSpecificClassNames
 
int m_iClassnameCount
 

Member Function Documentation

◆ CustomTriggerConditions()

override void SCR_CustomTriggerConditionsSpecificClassNameCount.CustomTriggerConditions ( SCR_ScenarioFrameworkTriggerEntity  trigger)

Checks how many times the specific classname is present inside the trigger and sets trigger conditions accordingly.

Implements SCR_CustomTriggerConditions.

◆ Init()

override void SCR_CustomTriggerConditionsSpecificClassNameCount.Init ( SCR_ScenarioFrameworkTriggerEntity  trigger)

Initializes specific class names for scenario trigger entity, adding them as class types.

Parameters
[in]triggerTrigger entity for scenario framework initialization.

Implements SCR_CustomTriggerConditions.

Member Data Documentation

◆ m_aSpecificClassNames

ref array<string> SCR_CustomTriggerConditionsSpecificClassNameCount.m_aSpecificClassNames

◆ m_iClassnameCount

int SCR_CustomTriggerConditionsSpecificClassNameCount.m_iClassnameCount

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