Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkSlotClearArea.c File Reference

Go to the source code of this file.

Classes

class  SCR_ScenarioFrameworkSlotClearAreaClass

Functions

SCR_ScenarioFrameworkSlotClearAreaClass SCR_ScenarioFrameworkSlotTaskClass Attribute (desc:"Ignored Faction Keys that won't be used for any calculations for this Slot Clear", category:"Asset")
 Initializes trigger entities, disables periodic queries, and sets init sequence done to false.
override void AfterAllChildrenSpawned (SCR_ScenarioFrameworkLayerBase layer)
void AfterParentAreaChildrenSpawned (SCR_ScenarioFrameworkLayerBase layer)

Function Documentation

◆ AfterAllChildrenSpawned()

override void AfterAllChildrenSpawned ( SCR_ScenarioFrameworkLayerBase layer)

Initializes scenario layer, checks parent layer, sets area, and removes self from onAllChildrenSpawned list.

Parameters
[in]layerfor which this is called.

Definition at line 38 of file SCR_ScenarioFrameworkSlotClearArea.c.

◆ AfterParentAreaChildrenSpawned()

void AfterParentAreaChildrenSpawned ( SCR_ScenarioFrameworkLayerBase layer)
protected

Initializes plugins, actions, and triggers after parent area children spawned.

Parameters
[in]layerfor which this is called.

Definition at line 60 of file SCR_ScenarioFrameworkSlotClearArea.c.

◆ Attribute()

SCR_ScenarioFrameworkSlotClearAreaClass SCR_ScenarioFrameworkSlotTaskClass Attribute ( desc:"Ignored Faction Keys that won't be used for any calculations for this Slot Clear" ,
category:"Asset"  )

Initializes trigger entities, disables periodic queries, and sets init sequence done to false.

Definition at line 1 of file SCR_ScenarioFrameworkSlotClearArea.c.