Check if the flags are set.
{
Print(
"Currently all flags are enabled.");
}
{
Print(
"Currently profiling all modules.");
}
Set of methods for accessing script profiling data.
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.
static proto bool IsFlagsSet(int flags)
Check if the flags are set.