Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScrServerCmdResult.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7class 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