|
Arma Reforger Script API
|
Class handling mission objectives content. More...
Public Member Functions | |
| override void | InitContent (SCR_WelcomeScreenMenu menu, string column, string columnButton) |
| Initialises content for given column. | |
| int | GetMissionObjectives (out array< ref SCR_WelcomeScreenMissionObjectives > missionObjectives) |
| Get mission objectives. | |
| string | GetTitleText () |
| string | GetBottomTitleText () |
Public Member Functions inherited from SCR_WelcomeScreenBaseContent | |
| void | ToggleInteractions (bool enabled) |
| Toggles whether or not this content is interactive. | |
| string | GetContentName () |
| bool | GetIsInteractible () |
| Get if it is interactible. | |
Protected Member Functions | |
| void | FillMissionObjectivesWidget (Widget content) |
| Fills content widget with mission objectives. | |
Protected Attributes | |
| string | m_sTitleText |
| ref array< ref SCR_WelcomeScreenMissionObjectives > | m_aMissionObjectives |
| string | m_sBottomTitleText |
| Widget | m_wMissionObjectivesWidget |
| int | m_iObjectivesCount |
| ResourceName | m_sMissionObjectivesColumnLayout |
| ResourceName | m_sMissionObjectiveLayout |
Protected Attributes inherited from SCR_WelcomeScreenBaseContent | |
| bool | m_bIsInteractible |
| string | m_sContentName |
Class handling mission objectives content.
|
protected |
Fills content widget with mission objectives.
| [in] | content |
| string SCR_WelcomeScreenMissionObjectivesContent.GetBottomTitleText | ( | ) |
| int SCR_WelcomeScreenMissionObjectivesContent.GetMissionObjectives | ( | out array< ref SCR_WelcomeScreenMissionObjectives > | missionObjectives | ) |
Get mission objectives.
| [out] | missionObjectives | array of mission objectives |
| string SCR_WelcomeScreenMissionObjectivesContent.GetTitleText | ( | ) |
| override void SCR_WelcomeScreenMissionObjectivesContent.InitContent | ( | SCR_WelcomeScreenMenu | menu, |
| string | column, | ||
| string | columnButton ) |
Initialises content for given column.
| [in] | menu | |
| [in] | column | |
| [in] | columnButton |
Implements SCR_WelcomeScreenBaseContent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |