Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MapMenuCommandingEntry.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
2class 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};
void SCR_SelectionMenuEntry()