Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CommandingMenuEntry.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
3{
4 protected string m_sCommandName;
5
6 //------------------------------------------------------------------------------------------------
7 void SetCommandName(string commandName)
8 {
9 m_sCommandName = commandName;
10 }
11
12 //------------------------------------------------------------------------------------------------
14 {
15 return m_sCommandName;
16 }
17}
void SetCommandName(string commandName)
string GetCommandName()
string m_sCommandName