Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ServerPingSite.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class ServerPingSite: Managed
13{
14 private void ServerPingSite();
15 private void ~ServerPingSite();
16
18 proto external string GetId();
25 proto external string GetName();
27 proto external bool IsReady();
32 proto external int GetMinRTT();
37 proto external int GetAvgRTT();
42 proto external int GetMaxRTT();
43}
44