| 
    DayZ 1.24
    
   | 
 
Protected Member Functions | |
| void | PrintPMStats (notnull ParticleManager pm) | 
| void | PrintActiveStats () | 
| ParticleManager | CreatePMFixedBlocking (int size) | 
Private Member Functions | |
| int | InsertManager (ParticleManager pm) | 
| bool | GetManager (int id, out ParticleManager pm) | 
Private Attributes | |
| ref map< int, ref ParticleManager > | m_Managers = new map<int, ref ParticleManager>() | 
Static Private Attributes | |
| static int | PM_CREATED = 0 | 
      
  | 
  inlineprotected | 
Definition at line 42 of file PMTF.c.
References ParticleManager(), and ParticleManagerSettings().
Referenced by TestCreationSmallBlocking(), PMTPlayback::TestOnePlaying(), and TestOwnership().
      
  | 
  inlineprivate | 
Definition at line 17 of file PMTF.c.
References m_Managers.
Referenced by PMTPlayback::CheckOnePlaying(), and CheckTestEvents().
      
  | 
  inlineprivate | 
Definition at line 9 of file PMTF.c.
References Assert(), m_Managers, and PM_CREATED.
Referenced by TestEvents(), PMTPlayback::TestOnePlaying(), and TestOwnership().
      
  | 
  inlineprotected | 
Definition at line 32 of file PMTF.c.
References ParticleSource::GetStaticActiveCount(), Debug::ParticleLog(), and ParticleManager().
Referenced by TestCleanup().
      
  | 
  inlineprotected | 
Definition at line 25 of file PMTF.c.
References Debug::ParticleLog().
Referenced by TestCreationSmallBlocking().
      
  | 
  private | 
Definition at line 4 of file PMTF.c.
Referenced by GetManager(), and InsertManager().
      
  | 
  staticprivate | 
Definition at line 3 of file PMTF.c.
Referenced by InsertManager().