DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | array |
Result for an object found in CGame.IsBoxCollidingGeometryProxy. Подробнее... | |
class | TFModule |
Определения типов | |
typedef array< ref TFResult > | TFResultArr |
Перечисления | |
enum | TFR { FAIL = -1 , SUCCESS , PENDING } |
Функции | |
void | TFResult (TFR result) |
TFResult | And (TFResult other) |
TFResult | Or (TFResult other) |
void | TestFramework () |
void | ~TestFramework () |
override void | EOnInit (IEntity other, int extra) |
override void | EOnFrame (IEntity other, float timeSlice) |
void | AddInitTest (string test) |
void | AddFrameTest (string test) |
bool | Assert (bool condition) |
TFResult | NTFR (TFR result) |
TFResult | BTFR (bool result) |
TFResult | CTFR () |
Переменные | |
enum TFR | Result |
class TFModule | m_OnInitModule |
Test Framework. | |
ref TFModule | m_OnFrameModule |
Перекрестные ссылки m_OnFrameModule.
Используется в TestEvents(), PMTPlayback::TestOnePlaying(), PMTPlayback::TestOnePlayingStandAlone(), PMTPlayback::TestOnePlayingStandAloneAutoDestroy() и PMTPlayback::TestStopping().
Перекрестные ссылки m_OnInitModule.
Используется в EnProfilerTests::EnProfilerTests(), PMTCreationAndCleanup(), PMTPlayback::PMTPlayback() и ScriptInvokerTests::ScriptInvokerTests().
Перекрестные ссылки ErrorEx.
Используется в PMTPlayback::CheckOnePlaying(), PMTPlayback::CheckOnePlayingSA(), PMTPlayback::CheckOnePlayingSAAD(), PMTPlayback::CheckStop(), CheckTestEvents(), PMTF::InsertManager(), PassCheckEvents(), EnProfilerTests::TestAddFlags(), EnProfilerTests::TestClassCountData(), EnProfilerTests::TestClassTimeData(), TestCleanup(), EnProfilerTests::TestClearFlags(), ScriptInvokerTests::TestClearRunning(), TestCreationSmallBlocking(), TestEvents(), ScriptInvokerTests::TestFirstUnique(), EnProfilerTests::TestFuncCountData(), EnProfilerTests::TestFuncTimeData(), ScriptInvokerTests::TestInsertRemoveUnique(), ScriptInvokerTests::TestInsertRunning(), ScriptInvokerTests::TestInsertUniqueImmediate(), EnProfilerTests::TestModule(), TestOwnership(), ScriptInvokerTests::TestSecondUnique(), EnProfilerTests::TestSetFlags(), EnProfilerTests::TestToggling() и EnProfilerTests::TestTogglingImmediate().
Перекрестные ссылки TFResult().
Используется в PMTPlayback::CheckOnePlaying(), PMTPlayback::CheckOnePlayingSA(), PMTPlayback::CheckOnePlayingSAAD(), PMTPlayback::CheckStop(), CheckTestEvents(), TestCleanup(), ScriptInvokerTests::TestClearRunning(), TestCreationSmallBlocking(), ScriptInvokerTests::TestFirstUnique(), ScriptInvokerTests::TestInsertRemoveUnique(), ScriptInvokerTests::TestInsertRunning(), ScriptInvokerTests::TestInsertUniqueImmediate(), ScriptInvokerTests::TestInvokeRunning(), EnProfilerTests::TestModule(), PMTPlayback::TestOnePlaying(), PMTPlayback::TestOnePlayingStandAlone(), PMTPlayback::TestOnePlayingStandAloneAutoDestroy(), TestOwnership(), ScriptInvokerTests::TestSecondUnique(), PMTPlayback::TestStopping(), EnProfilerTests::TestToggling(), EnProfilerTests::TestTogglingImmediate() и PMTPlayback::TestWiggleStress().
|
protected |
Перекрестные ссылки TFResult().
Используется в TestCleanup() и TestMultiCreation().
Перекрестные ссылки CALL_CATEGORY_SYSTEM, GetGame() и m_OnFrameModule.
Перекрестные ссылки m_OnInitModule.
Перекрестные ссылки TFResult().
Используется в PMTPlayback::CheckOnePlaying(), PMTPlayback::CheckOnePlayingSA(), PMTPlayback::CheckOnePlayingSAAD(), PMTPlayback::CheckStop(), CheckTestEvents(), EnProfilerTests::TestAddFlags(), EnProfilerTests::TestClassCountData(), EnProfilerTests::TestClassTimeData(), EnProfilerTests::TestClearFlags(), TestEvents(), EnProfilerTests::TestFuncCountData(), EnProfilerTests::TestFuncTimeData(), TestInvalidSize(), EnProfilerTests::TestModule(), TestOwnership(), EnProfilerTests::TestSetFlags(), EnProfilerTests::TestToggling() и EnProfilerTests::TestTogglingImmediate().
|
private |
Перекрестные ссылки m_OnFrameModule и m_OnInitModule.
Перекрестные ссылки Result.
Используется в TFModule::AddTest(), BTFR(), CTFR(), NTFR(), TestCleanup() и TestMultiCreation().
|
private |
Перекрестные ссылки m_OnFrameModule и m_OnInitModule.
Используется в AddFrameTest(), EOnFrame(), TestFramework() и ~TestFramework().
Test Framework.
Используется в AddInitTest(), EOnInit(), TestFramework() и ~TestFramework().
Используется в And(), Or() и TFResult().