Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_WelcomeScreenDynamicTaskFaction Interface Reference

Class that holds information about dynamic tasks assigned to faction. More...

Public Member Functions

array< SCR_TaskGetFactionTasks ()
 
string GetFactionKey ()
 
void AddFactionTask (notnull SCR_Task task)
 Adds task to this faction class.
 
void RemoveFactionTask (notnull SCR_Task task)
 Adds task from this faction class.
 

Protected Attributes

string m_sFactionKey
 
ref array< SCR_Taskm_aFactionTasks = {}
 

Detailed Description

Class that holds information about dynamic tasks assigned to faction.

Member Function Documentation

◆ AddFactionTask()

void SCR_WelcomeScreenDynamicTaskFaction.AddFactionTask ( notnull SCR_Task task)

Adds task to this faction class.

Parameters
[in]task

◆ GetFactionKey()

string SCR_WelcomeScreenDynamicTaskFaction.GetFactionKey ( )
Returns
faction key

◆ GetFactionTasks()

array< SCR_Task > SCR_WelcomeScreenDynamicTaskFaction.GetFactionTasks ( )
Returns
array of faction tasks

◆ RemoveFactionTask()

void SCR_WelcomeScreenDynamicTaskFaction.RemoveFactionTask ( notnull SCR_Task task)

Adds task from this faction class.

Parameters
[in]task

Member Data Documentation

◆ m_aFactionTasks

ref array<SCR_Task> SCR_WelcomeScreenDynamicTaskFaction.m_aFactionTasks = {}
protected

◆ m_sFactionKey

string SCR_WelcomeScreenDynamicTaskFaction.m_sFactionKey
protected

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