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

◆ ModuleToName()

static proto owned string EnProfiler::ModuleToName ( EnProfilerModule module)
staticprivate

Helper to convert EnProfilerModule to string.

Аргументы
moduleEnProfilerModule The module to get the name of
Возвращает
string The name of the module
string moduleName = EnProfiler.ModuleToName(EnProfilerModule.GAME);
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
static proto owned string ModuleToName(EnProfilerModule module)
Helper to convert EnProfilerModule to string.
EnProfilerModule
Current base scripted modules.
Определения EnProfiler.c:22