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

◆ GetInstancesPerClass()

static proto void EnProfiler::GetInstancesPerClass ( notnull out array< ref EnProfilerCountClassPair > outArr,
int count = int.MAX )
staticprivate

Obtain [SD] for Instances Per Class.

Аргументы
outArrarray<ref EnProfilerCountClassPair> Array sorted by number of instances of a class
countint The maximum amount of entries wanted
array<ref EnProfilerCountClassPair> instancesPerClass = {};
EnProfiler.GetInstancesPerClass(instancesPerClass, 20);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
static proto void GetInstancesPerClass(notnull out array< ref EnProfilerCountClassPair > outArr, int count=int.MAX)
Obtain [SD] for Instances Per Class.

Перекрестные ссылки MAX.