Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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
}
ScrServerCmdResult
Definition:
ScrServerCmdResult.c:7
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
ScrServerCmdResult.c
Generated by
1.8.17