Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ServerInfo.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7sealed class ServerInfo
8{
9 private void ServerInfo();
10 private void ~ServerInfo();
11
12 proto external string GetName();
13 proto external string GetScenarioName();
14 proto external int GetPlayerLimit();
15 proto external bool IsCrossplay();
16 proto external bool IsModded();
17}
int GetPlayerLimit()