![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | AutotestRunner |
Functions | |
| void | CustomResult (bool success, string text="User provided error!", string kind="Failure") |
| override bool | Failure () |
| override string | FailureText () |
Variables | |
| string | m_FailureKind |
| string | m_FailureText |
| class AutotestRunner | m_Success |
|
private |
Definition at line 98 of file autotestrunner.c.
References m_FailureKind, m_FailureText, and m_Success.
|
private |
Definition at line 86 of file autotestrunner.c.
References m_Success.
|
private |
Definition at line 93 of file autotestrunner.c.
References string::Format(), m_FailureKind, and m_FailureText.
|
private |
Definition at line 84 of file autotestrunner.c.
Referenced by CustomResult(), and FailureText().
|
private |
Definition at line 83 of file autotestrunner.c.
Referenced by CustomResult(), and FailureText().
| class AutotestRunner m_Success |
Referenced by CustomResult(), and Failure().