Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RestApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class RestApi
13{
14 private void RestApi();
15 private void ~RestApi();
16
17 proto external RestContext GetContext(string serverURL);
18 proto external int GetContextCount();
19 proto external void DebugList();
20 proto external float GetDownloadTrafficKBPerS();
21 proto external float GetUploadTrafficKBPerS();
22}
23
Script accessible REST context.
Definition RestContext.c:14