DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetInstancesOfClass()

static proto int EnProfiler::GetInstancesOfClass ( typename clss ,
bool immediate = false )
staticprivate

Obtain [SD] or [PD] regarding the [CI] of a specific class.

Аргументы
clsstypename Typename of desired class
immediatebool When true, it will pull from [SD], when false it will pull from [PD]
Возвращает
int [CI] of the specified class
int instancesOfClass = EnProfiler.GetInstancesOfClass(StaticGetType(EPTHelperClass), true);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto int GetInstancesOfClass(typename clss, bool immediate=false)
Obtain [SD] or [PD] regarding the [CI] of a specific class.

Используется в EnProfilerTests::TestClassCountData().