![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ScenarioFrameworkSlotTriggerClass |
Functions | |
| SCR_ScenarioFrameworkSlotTriggerClass SCR_ScenarioFrameworkSlotBaseClass | Attribute (desc:"Actions that will be performed after trigger conditions are true and the trigger itself activates (not the slot itself)", category:"OnActivation") |
| override void | FinishInit () |
| Initializes trigger entities, disables periodic queries, and sets init sequence done to false. | |
| override void | AfterAllChildrenSpawned (SCR_ScenarioFrameworkLayerBase layer) |
| void | AfterParentAreaChildrenSpawned (SCR_ScenarioFrameworkLayerBase layer) |
| override void AfterAllChildrenSpawned | ( | SCR_ScenarioFrameworkLayerBase | layer | ) |
Initializes scenario layer, checks parent layer, sets area, and removes self from onAllChildrenSpawned list.
| [in] | layer | for which this is called. |
Definition at line 49 of file SCR_ScenarioFrameworkSlotTrigger.c.
|
protected |
Initializes plugins, actions, and triggers, checks for repeated spawn timer, removes event handler, enables periodic queries,
| [in] | layer | Initializes plugins, actions, and triggers for scenario framework layer after parent area children spawned. |
Definition at line 71 of file SCR_ScenarioFrameworkSlotTrigger.c.
| SCR_ScenarioFrameworkSlotTriggerClass SCR_ScenarioFrameworkSlotBaseClass Attribute | ( | desc:"Actions that will be performed after trigger conditions are true and the trigger itself activates (not the slot itself)" | , |
| category:"OnActivation" | ) |
Definition at line 1 of file SCR_ScenarioFrameworkSlotTrigger.c.
| override void FinishInit | ( | ) |
Initializes trigger entities, disables periodic queries, and sets init sequence done to false.
Definition at line 30 of file SCR_ScenarioFrameworkSlotTrigger.c.