Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeployMenuBaseScreenComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_DeployMenuBaseScreenComponentClass
class  SCR_DeployMenuBaseScreenLayout
 Base class for Deploy menu layouts. More...

Functions

SCR_DeployMenuBaseScreenComponentClass SCR_BaseGameModeComponentClass Attribute ()] protected string m_sHeaderTitle
 Base class for Deploy menu components.
string GetHeaderTitle ()
string GetHeaderSubtitle ()
SCR_DeployMenuBaseScreenLayout GetBaseLayout ()

Variables

string m_sHeaderSubtitle
ref SCR_DeployMenuBaseScreenLayout m_BaseLayout

Function Documentation

◆ GetBaseLayout()

SCR_DeployMenuBaseScreenLayout GetBaseLayout ( )
protected

Get base layout of this component

Returns
base layout

Definition at line 35 of file SCR_DeployMenuBaseScreenComponent.c.

◆ GetHeaderSubtitle()

string GetHeaderSubtitle ( )
protected
Returns
header subtitle

Definition at line 27 of file SCR_DeployMenuBaseScreenComponent.c.

◆ GetHeaderTitle()

string GetHeaderTitle ( )
protected
Returns
header title

Definition at line 20 of file SCR_DeployMenuBaseScreenComponent.c.

Variable Documentation

◆ m_BaseLayout

ref SCR_DeployMenuBaseScreenLayout m_BaseLayout
protected

Definition at line 16 of file SCR_DeployMenuBaseScreenComponent.c.

◆ m_sHeaderSubtitle

string m_sHeaderSubtitle
protected

Definition at line 13 of file SCR_DeployMenuBaseScreenComponent.c.