I'm using the following to get the supported resolutions.
It works great, however it always writes the values to the log file as a side-effect. Is there anyway to prevent this? Just to keep my logs clean.
Code:
ConsoleCommand("DUMPAVAILABLERESOLUTIONS", false);
Comment