Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ScrServerCmdResult.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
class
ScrServerCmdResult
8
{
9
void
ScrServerCmdResult(
string
sResponse,
EServerCmdResultType
eResultType)
10
{
11
m_sResponse = sResponse;
12
m_eResultType = eResultType;
13
}
14
string
m_sResponse;
15
EServerCmdResultType
m_eResultType;
16
17
}
EServerCmdResultType
EServerCmdResultType
Definition
EServerCmdResultType.c:8
scripts
Game
generated
ScrServerCmdResult.c
Generated by
1.17.0