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

◆ SetInterval()

static proto void EnProfiler::SetInterval ( int interval,
bool sessionReset = true )
staticprivate

Set the interval for the [SD] to update.

Заметки
DEFAULT: 0
[DM] has the following values: {0, 5, 10, 20, 30, 50, 60, 120, 144}; When an interval not part of this list is set, [DM] will be set to "CUSTOM_INTERVAL"
Does not affect the gathering of [PD], this will happen continuously as the profiling is enabled
This also delays the [SR] caused by EnProfilerFlags.RESET
Аргументы
intervalint Amount of frames to wait before [SD] is updated
sessionResetbool When set to false, no [SR] will trigger, regardless of situation
// This will make it so that [SD] is updated every 60 frames
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto void SetInterval(int interval, bool sessionReset=true)
Set the interval for the [SD] to update.