Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBase.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
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
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
TestBase
Test base class.
Definition
TestBase.c:14
TestResultBase
Definition
TestResultBase.c:17
IsEnabled
int IsEnabled()
Returns true if the light is enabled.
Definition
SCR_BaseManualCameraComponent.c:239
scripts
GameLib
generated
ScriptTestingFramework
TestBase.c
Generated by
1.17.0