DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetModule()
static proto void EnProfiler::SetModule
(
EnProfilerModule
module
,
bool
sessionReset
=
true
)
static
private
Set the module to be profiled.
Заметки
DEFAULT: EnProfilerModule.CORE
When session reset is enabled, it will only reset the module which it is currently being set to, previous module data will be untouched
Аргументы
module
EnProfilerModule
The module to profile
sessionReset
bool
When set to false, no [SR] will trigger, regardless of situation
EnProfiler
.
SetModule
(
EnProfilerModule
.WORLD);
EnProfiler
Set of methods for accessing script profiling data.
Определения
EnProfiler.c:73
EnProfiler::SetModule
static proto void SetModule(EnProfilerModule module, bool sessionReset=true)
Set the module to be profiled.
EnProfilerModule
EnProfilerModule
Current base scripted modules.
Определения
EnProfiler.c:22
Используется в
EnProfilerTests::TestModule()
.
EnProfiler
Создано системой
1.13.2