Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
pmtcreationandcleanup.c File Reference

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

Function Documentation

◆ CheckTestEvents()

◆ PassCheckEvents()

void PassCheckEvents ( ParticleManager pm)

Definition at line 122 of file pmtcreationandcleanup.c.

References Assert(), m_bTestEventsPassed, and ParticleManager().

Referenced by TestEvents().

◆ PMTCreationAndCleanup()

void PMTCreationAndCleanup ( )

Definition at line 16 of file pmtcreationandcleanup.c.

References AddInitTest().

◆ TestCCSB()

TFResult TestCCSB ( )

Definition at line 41 of file pmtcreationandcleanup.c.

References TestCleanup(), and TFResult().

◆ TestCleanup()

◆ TestCreationSmallBlocking()

TFResult TestCreationSmallBlocking ( int size,
bool enableAsserts = true )

◆ TestEvents()

◆ TestInvalidSize()

TFResult TestInvalidSize ( )

◆ TestMultiCreation()

TFResult TestMultiCreation ( int instances)

Definition at line 171 of file pmtcreationandcleanup.c.

References CTFR(), TestCreationSmallBlocking(), and TFResult().

◆ TestOwnership()

Variable Documentation

◆ m_bTestEventsPassed

bool m_bTestEventsPassed = false

Definition at line 9 of file pmtcreationandcleanup.c.

Referenced by CheckTestEvents(), and PassCheckEvents().

◆ m_EventTestManagerID

class OwnershipTestDummyClass m_EventTestManagerID

Referenced by CheckTestEvents(), and TestEvents().

◆ m_OwnershipTestManagerID

int m_OwnershipTestManagerID

Definition at line 11 of file pmtcreationandcleanup.c.

Referenced by TestOwnership().