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

◆ IsFlagsSet()

static proto bool EnProfiler::IsFlagsSet ( int flags)
staticprivate

Check if the flags are set.

Заметки
Is effectively the same as the code displayed in GetFlags example, but without the bitwise operation
Аргументы
flagsint The combination of EnProfilerFlags to check if present
Возвращает
bool If the flags are set
{
Print("Currently all flags are enabled.");
}
{
Print("Currently profiling all modules.");
}
Set of methods for accessing script profiling data.
Определения EnProfiler.c:73
proto void Print(void var)
Prints content of variable to console/log.
EnProfilerFlags
Flags that influences the behaviour of the EnProfiler API, applied through ...Flags functions.
Определения EnProfiler.c:9
static proto bool IsFlagsSet(int flags)
Check if the flags are set.