|
Arma Reforger Script API
|
Class handling big image content. More...
Public Member Functions | |
| override void | InitContent (SCR_WelcomeScreenMenu menu, string column, string columnButton) |
| Initialises content for given column. | |
| ResourceName | GetImage () |
| Get image. | |
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 | |
| ResourceName | m_sContentImage |
| ResourceName | m_sBigImageLayout |
Protected Attributes inherited from SCR_WelcomeScreenBaseContent | |
| bool | m_bIsInteractible |
| string | m_sContentName |
Class handling big image content.
| ResourceName SCR_DebriefingScreenBigImageContent.GetImage | ( | ) |
Get image.
| override void SCR_DebriefingScreenBigImageContent.InitContent | ( | SCR_WelcomeScreenMenu | menu, |
| string | column, | ||
| string | columnButton ) |
Initialises content for given column.
| [in] | menu | |
| [in] | column | |
| [in] | columnButton |
Implements SCR_WelcomeScreenBaseContent.
|
protected |
|
protected |