DayZ 1.24
|
Private Member Functions | |
void | PMTPlayback () |
TFResult | TestOnePlaying () |
TFResult | TestOnePlayingStandAloneAutoDestroy () |
TFResult | TestOnePlayingStandAlone () |
TFResult | TestWiggleStress () |
TFResult | TestStopping () |
TFResult | CheckOnePlaying () |
TFResult | CheckOnePlayingSAAD () |
TFResult | CheckOnePlayingSA () |
TFResult | CheckStop (float dt) |
void | PassOnePlaying (ParticleSource p) |
void | OnePlayingSAADEnded (ParticleSource p) |
void | OnePlayingSAEnded (ParticleSource p) |
void | StopEnded (ParticleSource p) |
Private Member Functions inherited from PMTF | |
void | PrintPMStats (notnull ParticleManager pm) |
void | PrintActiveStats () |
ParticleManager | CreatePMFixedBlocking (int size) |
Static Private Attributes | |
static const float | STOP_ACCUMULATED_TIME_STOP_CUTOFF = 2 |
static const float | STOP_ACCUMULATED_TIME_PLAY_CUTOFF = 3 |
Definition at line 1 of file PMTPlayback.c.
|
inlineprivate |
Definition at line 29 of file PMTPlayback.c.
References AddInitTest().
|
inlineprivate |
Definition at line 123 of file PMTPlayback.c.
References Assert(), BTFR(), PMTF::GetManager(), m_bOnePlayingTestSuccess, m_OnePlayingManagerID, NTFR(), and ParticleManager().
|
inlineprivate |
Definition at line 178 of file PMTPlayback.c.
References Assert(), BTFR(), GetGame(), m_bOnePlayingSAEnded, m_OnePlayingSAPSID, m_ParticleSources, and NTFR().
|
inlineprivate |
Definition at line 144 of file PMTPlayback.c.
References Assert(), BTFR(), m_bOnePlayingSAADEnded, m_OnePlayingSAADPSID, m_ParticleSources, and NTFR().
Definition at line 206 of file PMTPlayback.c.
References Assert(), BTFR(), GetGame(), m_bStopEnded, m_bStopWasResumed, m_bStopWasStopped, m_ParticleSources, m_StopAccumulatedTime, m_StopPSID, NTFR(), STOP_ACCUMULATED_TIME_PLAY_CUTOFF, and STOP_ACCUMULATED_TIME_STOP_CUTOFF.
|
inlineprivate |
Definition at line 268 of file PMTPlayback.c.
References m_bOnePlayingSAADEnded.
Referenced by TestOnePlayingStandAloneAutoDestroy().
|
inlineprivate |
Definition at line 274 of file PMTPlayback.c.
References m_bOnePlayingSAEnded.
Referenced by TestOnePlayingStandAlone().
|
inlineprivate |
Definition at line 260 of file PMTPlayback.c.
References m_bOnePlayingTestSuccess.
Referenced by TestOnePlaying().
|
inlineprivate |
Definition at line 280 of file PMTPlayback.c.
References m_bStopEnded.
Referenced by TestStopping().
|
inlineprivate |
Definition at line 42 of file PMTPlayback.c.
References AddFrameTest(), BTFR(), PMTF::CreatePMFixedBlocking(), ParticleList::EXPLOSION_LANDMINE, GetGame(), PMTF::InsertManager(), m_OnePlayingManagerID, ParticleManager(), and PassOnePlaying().
|
inlineprivate |
Definition at line 75 of file PMTPlayback.c.
References AddFrameTest(), BTFR(), ParticleSource::CreateParticle(), ParticleList::EXPLOSION_LANDMINE, GetGame(), m_OnePlayingSAPSID, m_ParticleSources, and OnePlayingSAEnded().
|
inlineprivate |
Definition at line 59 of file PMTPlayback.c.
References AddFrameTest(), BTFR(), ParticleSource::CreateParticle(), ParticleList::EXPLOSION_LANDMINE, GetGame(), m_OnePlayingSAADPSID, m_ParticleSources, and OnePlayingSAADEnded().
|
inlineprivate |
Definition at line 104 of file PMTPlayback.c.
References AddFrameTest(), BTFR(), ParticleSource::CreateParticle(), ParticleList::EXPLOSION_LANDMINE, GetGame(), m_ParticleSources, m_StopPSID, StopEnded(), and vector::Zero.
|
inlineprivate |
Definition at line 92 of file PMTPlayback.c.
References BTFR(), ParticleSource::CreateParticle(), GetGame(), and ParticleList::ROADFLARE_BURNING_MAIN.
Definition at line 11 of file PMTPlayback.c.
Referenced by CheckOnePlayingSAAD(), and OnePlayingSAADEnded().
Definition at line 15 of file PMTPlayback.c.
Referenced by CheckOnePlayingSA(), and OnePlayingSAEnded().
Definition at line 7 of file PMTPlayback.c.
Referenced by CheckOnePlaying(), and PassOnePlaying().
Definition at line 24 of file PMTPlayback.c.
Referenced by CheckStop(), and StopEnded().
Definition at line 23 of file PMTPlayback.c.
Referenced by CheckStop().
Definition at line 22 of file PMTPlayback.c.
Referenced by CheckStop().
|
private |
Definition at line 6 of file PMTPlayback.c.
Referenced by CheckOnePlaying(), and TestOnePlaying().
|
private |
Definition at line 10 of file PMTPlayback.c.
Referenced by CheckOnePlayingSAAD(), and TestOnePlayingStandAloneAutoDestroy().
|
private |
Definition at line 14 of file PMTPlayback.c.
Referenced by CheckOnePlayingSA(), and TestOnePlayingStandAlone().
|
private |
Definition at line 3 of file PMTPlayback.c.
Referenced by CheckOnePlayingSA(), CheckOnePlayingSAAD(), CheckStop(), TestOnePlayingStandAlone(), TestOnePlayingStandAloneAutoDestroy(), and TestStopping().
|
private |
Definition at line 19 of file PMTPlayback.c.
Referenced by CheckStop().
|
private |
Definition at line 18 of file PMTPlayback.c.
Referenced by CheckStop(), and TestStopping().
Definition at line 21 of file PMTPlayback.c.
Referenced by CheckStop().
Definition at line 20 of file PMTPlayback.c.
Referenced by CheckStop().