|
Arma Reforger Script API
|
Class that holds information about dynamic tasks assigned to faction. More...
Public Member Functions | |
| array< SCR_Task > | GetFactionTasks () |
| 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_Task > | m_aFactionTasks = {} |
Class that holds information about dynamic tasks assigned to faction.
| void SCR_WelcomeScreenDynamicTaskFaction.AddFactionTask | ( | notnull SCR_Task | task | ) |
Adds task to this faction class.
| [in] | task |
| string SCR_WelcomeScreenDynamicTaskFaction.GetFactionKey | ( | ) |
| array< SCR_Task > SCR_WelcomeScreenDynamicTaskFaction.GetFactionTasks | ( | ) |
| void SCR_WelcomeScreenDynamicTaskFaction.RemoveFactionTask | ( | notnull SCR_Task | task | ) |
Adds task from this faction class.
| [in] | task |
|
protected |
|
protected |