Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
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. More... | |
string | GetHeaderTitle () |
string | GetHeaderSubtitle () |
SCR_DeployMenuBaseScreenLayout | GetBaseLayout () |
Variables | |
protected string | m_sHeaderSubtitle |
protected ref SCR_DeployMenuBaseScreenLayout | m_BaseLayout |
SCR_DeployMenuBaseScreenLayout GetBaseLayout | ( | ) |
Get base layout of this component
Definition at line 35 of file SCR_DeployMenuBaseScreenComponent.c.
string GetHeaderSubtitle | ( | ) |
Definition at line 27 of file SCR_DeployMenuBaseScreenComponent.c.
string GetHeaderTitle | ( | ) |
Definition at line 20 of file SCR_DeployMenuBaseScreenComponent.c.
protected ref SCR_DeployMenuBaseScreenLayout m_BaseLayout |
Definition at line 16 of file SCR_DeployMenuBaseScreenComponent.c.
protected string m_sHeaderSubtitle |
Definition at line 13 of file SCR_DeployMenuBaseScreenComponent.c.