Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TestBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class TestBase: Managed
14{
16 proto external string GetName();
19 proto external void SetResult(TestResultBase res);
21 proto external TestResultBase GetResult();
23 proto external void SetEnabled(bool val);
25 proto external bool IsEnabled();
26}
27
Test base class.
Definition TestBase.c:14
int IsEnabled()
Returns true if the light is enabled.