|
Arma Reforger Script API
|
Class handling summary content. More...
Public Member Functions | |
| override void | InitContent (SCR_WelcomeScreenMenu menu, string column, string columnButton) |
| Initialises content for given column. | |
| void | UpdateSummarySubtitle (string subtitle) |
| Updates summary subtitle - intended for runtime updates. | |
| void | UpdateSummaryDescription (string description) |
| Updates summary description - intended for runtime updates. | |
| string | GetTitleText () |
| string | GetSubtitleText () |
| string | GetSubtitleLostText () |
| string | GetDescriptionText () |
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 | FillSummaryWidget () |
| Fills content widget with summary. | |
Protected Attributes | |
| string | m_sTitleText |
| string | m_sSubtitleText |
| string | m_sSubtitleLostText |
| string | m_sDescriptionText |
| ResourceName | m_sSummaryLayout |
| Widget | m_wSummaryWidget |
Protected Attributes inherited from SCR_WelcomeScreenBaseContent | |
| bool | m_bIsInteractible |
| string | m_sContentName |
Class handling summary content.
|
protected |
Fills content widget with summary.
| string SCR_DebriefingScreenSummaryContent.GetDescriptionText | ( | ) |
| string SCR_DebriefingScreenSummaryContent.GetSubtitleLostText | ( | ) |
| string SCR_DebriefingScreenSummaryContent.GetSubtitleText | ( | ) |
| string SCR_DebriefingScreenSummaryContent.GetTitleText | ( | ) |
| override void SCR_DebriefingScreenSummaryContent.InitContent | ( | SCR_WelcomeScreenMenu | menu, |
| string | column, | ||
| string | columnButton ) |
Initialises content for given column.
| [in] | menu | |
| [in] | column | |
| [in] | columnButton |
Implements SCR_WelcomeScreenBaseContent.
| void SCR_DebriefingScreenSummaryContent.UpdateSummaryDescription | ( | string | description | ) |
Updates summary description - intended for runtime updates.
| [in] | description |
| void SCR_DebriefingScreenSummaryContent.UpdateSummarySubtitle | ( | string | subtitle | ) |
Updates summary subtitle - intended for runtime updates.
| [in] | subtitle |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |