Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkActionCOKLocationSelector Interface Reference
Inheritance diagram for SCR_ScenarioFrameworkActionCOKLocationSelector:
SCR_ScenarioFrameworkActionBase BaseContainerObject

Public Member Functions

override void OnActivate (IEntity object)
 
- Public Member Functions inherited from SCR_ScenarioFrameworkActionBase
void Init (IEntity entity)
 Initializes entity, sets OnActivate and OnDeactivate event handlers for SCR_BaseTriggerEntity.
 
bool CanActivate ()
 Checks if action can be activated, handles maximum activation limit, increments activation count if possible.
 
bool ValidateInputEntity (IEntity object, SCR_ScenarioFrameworkGet getter, out IEntity entity)
 Validates input entity for ScenarioFramework Action, checks if it's from layer or getter, returns true if valid.
 
array< ref SCR_ScenarioFrameworkActionBaseGetSubActions ()
 
void RestoreToDefault ()
 Restores default settings for action and resets number of activations.
 
void SpawnObjects (notnull array< string > aObjectsNames, SCR_ScenarioFrameworkEActivationType eActivationType)
 Spawns objects from an array, checks for existence, activation type, and initializes them with specified activation type.
 
- Public Member Functions inherited from BaseContainerObject
proto external string GetStoreName ()
 Retrieve the store name, usually just a GUID.
 

Public Attributes

ref array< string > m_aSelectionOfAreas
 
string m_sExfilAreaName
 
float m_fMarkerSearchDistance
 
- Public Attributes inherited from SCR_ScenarioFrameworkActionBase
bool m_bDebug
 
int m_iMaxNumberOfActivations
 
IEntity m_Entity
 
int m_iNumberOfActivations
 

Protected Member Functions

void SpawnMarkers ()
 
void MoveExfil (notnull IEntity ent)
 

Member Function Documentation

◆ MoveExfil()

void SCR_ScenarioFrameworkActionCOKLocationSelector.MoveExfil ( notnull IEntity ent)
protected

◆ OnActivate()

override void SCR_ScenarioFrameworkActionCOKLocationSelector.OnActivate ( IEntity object)
Parameters
[in]object

Implements SCR_ScenarioFrameworkActionBase.

◆ SpawnMarkers()

void SCR_ScenarioFrameworkActionCOKLocationSelector.SpawnMarkers ( )
protected

Member Data Documentation

◆ m_aSelectionOfAreas

ref array<string> SCR_ScenarioFrameworkActionCOKLocationSelector.m_aSelectionOfAreas

◆ m_fMarkerSearchDistance

float SCR_ScenarioFrameworkActionCOKLocationSelector.m_fMarkerSearchDistance

◆ m_sExfilAreaName

string SCR_ScenarioFrameworkActionCOKLocationSelector.m_sExfilAreaName

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