Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkSlotExtraction.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/ScenarioFramework/Slot", description: "")]
5
6class SCR_ScenarioFrameworkSlotExtraction : SCR_ScenarioFrameworkSlotTask
7{
8 //------------------------------------------------------------------------------------------------
10 override void FinishInit()
11 {
13 if (trigger)
15
16 super.FinishInit();
17 }
18}
enum EAITargetInfoCategory m_Entity
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
FactionKey m_sFactionKey
void FinishInit()
Initializes children, retrieves them, and spawns them.
void SetOwnerFaction(FactionKey sFaction)
Sets faction that "owns" this trigger.