DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | EnProfiler |
Set of methods for accessing script profiling data. Подробнее... | |
Определения типов | |
typedef Param2< float, typename > | EnProfilerTimeClassPair |
typedef Param2< int, typename > | EnProfilerCountClassPair |
typedef Param2< float, string > | EnProfilerTimeFuncPair |
typedef Param2< int, string > | EnProfilerCountFuncPair |
Перечисления | |
enum | EnProfilerFlags { NONE = 0 , RESET , RECURSIVE , ALL } |
Flags that influences the behaviour of the EnProfiler API, applied through ...Flags functions. Подробнее... | |
enum | EnProfilerModule { CORE , GAMELIB , GAME , WORLD , MISSION , MISSION_CUSTOM , ERROR } |
Current base scripted modules. Подробнее... | |
enum | EnProfilerEnabledFlags { NONE = 0 , DIAG , SCRP , SCRC } |
There are 3 states which can be toggled that governs whether script profiling is enabled or not. Подробнее... | |