Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkTaskDefendFactionSettings Interface Reference
Inheritance diagram for SCR_ScenarioFrameworkTaskDefendFactionSettings:
SCR_ScenarioFrameworkTaskDefendAttackingFaction SCR_ScenarioFrameworkTaskDefendDefendingFaction

Public Member Functions

Faction GetFaction ()
 
void SetFactionKey (FactionKey factionKey)
 
bool GetCountOnlyPlayers ()
 

Protected Attributes

FactionKey m_sFactionKey
 
bool m_bCountOnlyPlayers
 

Member Function Documentation

◆ GetCountOnlyPlayers()

bool SCR_ScenarioFrameworkTaskDefendFactionSettings.GetCountOnlyPlayers ( )
Returns
Represents whether only players should be counted.

◆ GetFaction()

Faction SCR_ScenarioFrameworkTaskDefendFactionSettings.GetFaction ( )
Returns
the Faction object associated with the provided key, or null if not found.

◆ SetFactionKey()

void SCR_ScenarioFrameworkTaskDefendFactionSettings.SetFactionKey ( FactionKey factionKey)
Parameters
[in]factionKeyFaction key is an identifier for a faction in the game

Member Data Documentation

◆ m_bCountOnlyPlayers

bool SCR_ScenarioFrameworkTaskDefendFactionSettings.m_bCountOnlyPlayers
protected

◆ m_sFactionKey

FactionKey SCR_ScenarioFrameworkTaskDefendFactionSettings.m_sFactionKey
protected

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