Method GameCmsGetDevicePresetOverrides
GameCmsGetDevicePresetOverrides()
Gets information about graphic device preset overrides.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.DevicePresetOverrides,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetDevicePresetOverrides ();
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<DevicePresetOverrides,RawResponseContainer>> | If successful, an instance of DevicePresetOverrides. Otherwise, returns null. |
Remarks
The exact purpose of this function is unknown at this time, and requires additional investigation.
Examples
Here is an example response from the API, as snapshotted on 6/16/2022:
{
"Version": 6,
"Nvidia": {},
"AMD": {},
"Intel": {}
}