Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_WelcomeScreenThreeHorizontalColumns Interface Reference

Class handling layout for ThreeHorizontalColumns. More...

Inheritance diagram for SCR_WelcomeScreenThreeHorizontalColumns:
[legend]

Public Member Functions

override void InitContent (SCR_WelcomeScreenMenu menu)
 Initialises content for given menu.
 
- Public Member Functions inherited from SCR_DeployMenuBaseScreenLayout
void InitContent (SCR_WelcomeScreenMenu menu)
 Initialises content for given menu.
 
int GetScreenBaseContents (out array< ref SCR_WelcomeScreenBaseContent > screenBaseContents)
 Get base content of this layout.
 

Protected Attributes

ResourceName m_sThreeHorizontalColumnsLayout
 
ref SCR_WelcomeScreenBaseContent m_LeftColumn
 
ref SCR_WelcomeScreenBaseContent m_MiddleColumn
 
ref SCR_WelcomeScreenBaseContent m_RightColumn
 
- Protected Attributes inherited from SCR_DeployMenuBaseScreenLayout
ref array< ref SCR_WelcomeScreenBaseContentm_aScreenBaseContents = {}
 

Static Protected Attributes

const string WELCOME_CONTENT = "WelcomeContent"
 
const string LEFT_COLUMN = "LeftColumn"
 
const string MIDDLE_COLUMN = "MiddleColumn"
 
const string RIGHT_COLUMN = "RightColumn"
 
const string LEFT_COLUMN_BUTTON = "LeftColumnButton"
 
const string MIDDLE_COLUMN_BUTTON = "MiddleColumnButton"
 
const string RIGHT_COLUMN_BUTTON = "RightColumnButton"
 

Detailed Description

Class handling layout for ThreeHorizontalColumns.

Member Function Documentation

◆ InitContent()

override void SCR_WelcomeScreenThreeHorizontalColumns.InitContent ( SCR_WelcomeScreenMenu  menu)

Initialises content for given menu.

Parameters
[in]menu

Implements SCR_DeployMenuBaseScreenLayout.

Member Data Documentation

◆ LEFT_COLUMN

const string SCR_WelcomeScreenThreeHorizontalColumns.LEFT_COLUMN = "LeftColumn"
staticprotected

◆ LEFT_COLUMN_BUTTON

const string SCR_WelcomeScreenThreeHorizontalColumns.LEFT_COLUMN_BUTTON = "LeftColumnButton"
staticprotected

◆ m_LeftColumn

ref SCR_WelcomeScreenBaseContent SCR_WelcomeScreenThreeHorizontalColumns.m_LeftColumn
protected

◆ m_MiddleColumn

ref SCR_WelcomeScreenBaseContent SCR_WelcomeScreenThreeHorizontalColumns.m_MiddleColumn
protected

◆ m_RightColumn

ref SCR_WelcomeScreenBaseContent SCR_WelcomeScreenThreeHorizontalColumns.m_RightColumn
protected

◆ m_sThreeHorizontalColumnsLayout

ResourceName SCR_WelcomeScreenThreeHorizontalColumns.m_sThreeHorizontalColumnsLayout
protected

◆ MIDDLE_COLUMN

const string SCR_WelcomeScreenThreeHorizontalColumns.MIDDLE_COLUMN = "MiddleColumn"
staticprotected

◆ MIDDLE_COLUMN_BUTTON

const string SCR_WelcomeScreenThreeHorizontalColumns.MIDDLE_COLUMN_BUTTON = "MiddleColumnButton"
staticprotected

◆ RIGHT_COLUMN

const string SCR_WelcomeScreenThreeHorizontalColumns.RIGHT_COLUMN = "RightColumn"
staticprotected

◆ RIGHT_COLUMN_BUTTON

const string SCR_WelcomeScreenThreeHorizontalColumns.RIGHT_COLUMN_BUTTON = "RightColumnButton"
staticprotected

◆ WELCOME_CONTENT

const string SCR_WelcomeScreenThreeHorizontalColumns.WELCOME_CONTENT = "WelcomeContent"
staticprotected

The documentation for this interface was generated from the following file: