Arma Reforger Script API
|
Public Member Functions | |
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. | |
void SCR_CustomTriggerConditions.CustomTriggerConditions | ( | SCR_ScenarioFrameworkTriggerEntity | trigger | ) |
Performs specified logic checks when called.
[in] | trigger |
Implemented in SCR_CustomTriggerConditionsGeneric, SCR_CustomTriggerConditionsSpecificClassNameCount, and SCR_CustomTriggerConditionsSpecificPrefabCount.
void SCR_CustomTriggerConditions.Init | ( | SCR_ScenarioFrameworkTriggerEntity | trigger | ) |
Used to init the class data according to the needs of the condition.
[in] | trigger |
Implemented in SCR_CustomTriggerConditionsSpecificClassNameCount, and SCR_CustomTriggerConditionsSpecificPrefabCount.