Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
PMTF Class Reference
Inheritance diagram for PMTF:
PMTPlayback

Protected Member Functions

ParticleManager CreatePMFixedBlocking (int size)
void PrintActiveStats ()
void PrintPMStats (notnull ParticleManager pm)

Private Member Functions

bool GetManager (int id, out ParticleManager pm)
int InsertManager (ParticleManager pm)

Private Attributes

ref map< int, ref ParticleManagerm_Managers = new map<int, ref ParticleManager>()

Static Private Attributes

static int PM_CREATED = 0

Detailed Description

Definition at line 1 of file pmtf.c.

Member Function Documentation

◆ CreatePMFixedBlocking()

ParticleManager CreatePMFixedBlocking ( int size)
inlineprotected

◆ GetManager()

bool GetManager ( int id,
out ParticleManager pm )
inlineprivate

Definition at line 17 of file pmtf.c.

References m_Managers, and ParticleManager().

◆ InsertManager()

int InsertManager ( ParticleManager pm)
inlineprivate

Definition at line 9 of file pmtf.c.

References Assert(), m_Managers, ParticleManager(), and PM_CREATED.

Referenced by TestEvents(), PMTPlayback::TestOnePlaying(), and TestOwnership().

◆ PrintActiveStats()

void PrintActiveStats ( )
inlineprotected

Definition at line 32 of file pmtf.c.

References ParticleSource::GetStaticActiveCount(), Debug::ParticleLog(), and ParticleManager().

Referenced by TestCleanup().

◆ PrintPMStats()

void PrintPMStats ( notnull ParticleManager pm)
inlineprotected

Definition at line 25 of file pmtf.c.

References Debug::ParticleLog(), and ParticleManager().

Referenced by TestCreationSmallBlocking().

Field Documentation

◆ m_Managers

ref map<int, ref ParticleManager> m_Managers = new map<int, ref ParticleManager>()
private

Definition at line 4 of file pmtf.c.

Referenced by GetManager(), and InsertManager().

◆ PM_CREATED

int PM_CREATED = 0
staticprivate

Definition at line 3 of file pmtf.c.

Referenced by InsertManager().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/particles/tests/pmtf.c