Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AutotestBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7sealed class AutotestBase
8{
9 private void AutotestBase();
10 private void ~AutotestBase();
11
12 static proto void Reset();
13 static proto void UpdateLastProcessingTime(float seconds);
14 static proto bool IsLastProcessingTime_Signal();
15 static proto void ResetLastProcessingTime_Signal();
16 static proto void SetLastProcessingTime_Treshold(float seconds);
17}
void Reset()