|
Arma Reforger Script API
|
Class handling Statistics retrieved from the DataCollector. More...
Public Member Functions | |
| override void | InitContent (SCR_WelcomeScreenMenu menu, string column, string columnButton) |
| Initialises content for given column. | |
| void | FillStatisticsWidget (Widget content) |
| Fills content widget with statistics. | |
| int | GetStatistics (out array< ref SCR_DebriefingScreenStatisticBaseClass > statistics) |
| Get statistics. | |
| string | GetTitleText () |
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 Attributes | |
| string | m_sTitleText |
| ref array< ref SCR_DebriefingScreenStatisticBaseClass > | m_aStatistics |
| ResourceName | m_sStatisticsTileLayout |
| ResourceName | m_sStatisticsLayout |
| Widget | m_wStatisticsWidget |
Protected Attributes inherited from SCR_WelcomeScreenBaseContent | |
| bool | m_bIsInteractible |
| string | m_sContentName |
Class handling Statistics retrieved from the DataCollector.
| void SCR_DebriefingScreenStatisticsContent.FillStatisticsWidget | ( | Widget | content | ) |
Fills content widget with statistics.
| [in] | content |
| int SCR_DebriefingScreenStatisticsContent.GetStatistics | ( | out array< ref SCR_DebriefingScreenStatisticBaseClass > | statistics | ) |
Get statistics.
| [out] | statistics | array of statistics |
| string SCR_DebriefingScreenStatisticsContent.GetTitleText | ( | ) |
| override void SCR_DebriefingScreenStatisticsContent.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 |