Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BackendDebugApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class BackendDebugApi
13{
14 private void BackendDebugApi();
15 private void ~BackendDebugApi();
16
17 //debug api is available only in developer mode
18 //rate is always a float <0,1>
19 //no host set == apply on any request
20 //hostname has to contain the https:// prefix
21
22 proto external void SetLag(int iLagMs);
23 proto external void SetTimeoutRate(float fProb);
24 proto external void SetErrorRate(float fProb);
25 proto external void SetErrorCode(int iCode);
26 proto external void SetTamperRate(float fProb);
27 proto external void Reset();
28 proto external void ApplyOnHost(string sHostName);
29}
30
void Reset()