Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_MapMenuCommandingEntry.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
class
SCR_MapMenuCommandingEntry :
SCR_SelectionMenuEntry
3
{
4
string
m_sIdentifier;
// string identifier
5
6
//------------------------------------------------------------------------------------------------
7
string
GetEntryIdentifier()
8
{
9
return
m_sIdentifier;
10
}
11
12
//------------------------------------------------------------------------------------------------
13
void
SCR_MapMenuCommandingEntry(
string
identifier =
""
)
14
{
15
m_sIdentifier = identifier;
16
}
17
};
SCR_SelectionMenuEntry::SCR_SelectionMenuEntry
void SCR_SelectionMenuEntry()
Definition
SCR_SelectionMenuEntry.c:238
scripts
Game
UI
HUD
SelectionMenu
Entries
SCR_MapMenuCommandingEntry.c
Generated by
1.17.0