![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | OwnershipTestDummyClass |
Functions | |
| TFResult | CheckTestEvents () |
| void | PassCheckEvents (ParticleManager pm) |
| void | PMTCreationAndCleanup () |
| TFResult | TestCCSB () |
| TFResult | TestCleanup (string f, int p1=0) |
| TFResult | TestCreationSmallBlocking (int size, bool enableAsserts=true) |
| TFResult | TestEvents () |
| TFResult | TestInvalidSize () |
| TFResult | TestMultiCreation (int instances) |
| TFResult | TestOwnership () |
Variables | |
| bool | m_bTestEventsPassed = false |
| class OwnershipTestDummyClass | m_EventTestManagerID |
| int | m_OwnershipTestManagerID |
| TFResult CheckTestEvents | ( | ) |
Definition at line 94 of file pmtcreationandcleanup.c.
References Assert(), BTFR(), GetManager(), m_bTestEventsPassed, m_EventTestManagerID, NTFR(), ParticleManager(), and TFResult().
| void PassCheckEvents | ( | ParticleManager | pm | ) |
Definition at line 122 of file pmtcreationandcleanup.c.
References Assert(), m_bTestEventsPassed, and ParticleManager().
Referenced by TestEvents().
| void PMTCreationAndCleanup | ( | ) |
Definition at line 16 of file pmtcreationandcleanup.c.
References AddInitTest().
| TFResult TestCCSB | ( | ) |
Definition at line 41 of file pmtcreationandcleanup.c.
References TestCleanup(), and TFResult().
Definition at line 149 of file pmtcreationandcleanup.c.
References Assert(), BTFR(), CTFR(), g_Game, ParticleSource::GetStaticActiveCount(), ParticleManager(), PMTF::PrintActiveStats(), and TFResult().
Referenced by TestCCSB().
Definition at line 131 of file pmtcreationandcleanup.c.
References Assert(), BTFR(), PMTF::CreatePMFixedBlocking(), ParticleManager(), PMTF::PrintPMStats(), and TFResult().
Referenced by TestInvalidSize(), and TestMultiCreation().
| TFResult TestEvents | ( | ) |
Definition at line 48 of file pmtcreationandcleanup.c.
References AddFrameTest(), Assert(), PMTF::InsertManager(), m_EventTestManagerID, NTFR(), ParticleManager(), ParticleManagerSettings(), PassCheckEvents(), and TFResult().
| TFResult TestInvalidSize | ( | ) |
Definition at line 28 of file pmtcreationandcleanup.c.
References NTFR(), Debug::ParticleLog(), TestCreationSmallBlocking(), and TFResult().
Definition at line 171 of file pmtcreationandcleanup.c.
References CTFR(), TestCreationSmallBlocking(), and TFResult().
| TFResult TestOwnership | ( | ) |
Definition at line 67 of file pmtcreationandcleanup.c.
References Assert(), BTFR(), PMTF::CreatePMFixedBlocking(), ParticleList::EXPLOSION_LANDMINE, g_Game, ParticleList::GetParticleFullPath(), PMTF::InsertManager(), m_OwnershipTestManagerID, NTFR(), Debug::ParticleLog(), ParticleManager(), TFResult(), and vector::Zero.
| bool m_bTestEventsPassed = false |
Definition at line 9 of file pmtcreationandcleanup.c.
Referenced by CheckTestEvents(), and PassCheckEvents().
| class OwnershipTestDummyClass m_EventTestManagerID |
Referenced by CheckTestEvents(), and TestEvents().
| int m_OwnershipTestManagerID |
Definition at line 11 of file pmtcreationandcleanup.c.
Referenced by TestOwnership().