getDebugFlag static method

bool getDebugFlag(
  1. DebugFlag flag
)

@brief Gets the state of a debug flag. @param flag The debug flag to query @see DebugFlag "DebugFlag". @return true if the debug flag is enabled, false otherwise.

Implementation

static bool getDebugFlag(DebugFlag flag) => $prototype.getDebugFlag(flag);