![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static string | GetWorldName () |
| static void | LogRPT (string message) |
| static bool | SaveXMLReport (string data, out string errorMessage) |
| static void | SetWorldName () |
| static EntityAI | SpawnEntityAI (string typeName, int flags=ECE_PLACE_ON_SURFACE) |
Static Private Attributes | |
| static const string | DATETIME_FORMAT = "%1%2%3T%4%5%6Z" |
| static string | m_WorldName |
| static const string | REPORT_FILE_NAME_TEMPLATE = "$mission:Autotest_%1.xml" |
Definition at line 1 of file autotestfixture.c.
|
inlinestaticprivate |
Definition at line 44 of file autotestfixture.c.
References m_WorldName.
|
inlinestaticprivate |
Definition at line 49 of file autotestfixture.c.
References PrintToRPT().
Referenced by CGame::AutoTestLaunch(), AutotestConfigHandler::LoadData(), AutotestRunner::Start(), and AutotestRunner::Update().
Definition at line 8 of file autotestfixture.c.
References CloseFile(), DATETIME_FORMAT, FPrint(), GetHourMinuteSecondUTC(), GetYearMonthDayUTC(), OpenFile(), and REPORT_FILE_NAME_TEMPLATE.
Referenced by AutotestRunner::Update().
|
inlinestaticprivate |
Definition at line 35 of file autotestfixture.c.
References g_Game, m_WorldName, and string::ToLower().
Referenced by AutotestRunner::Start().
|
inlinestaticprivate |
Definition at line 29 of file autotestfixture.c.
References ECE_PLACE_ON_SURFACE, and g_Game.
|
staticprivate |
Definition at line 4 of file autotestfixture.c.
Referenced by SaveXMLReport().
|
staticprivate |
Definition at line 6 of file autotestfixture.c.
Referenced by GetWorldName(), and SetWorldName().
|
staticprivate |
Definition at line 3 of file autotestfixture.c.
Referenced by SaveXMLReport().