Method GameCmsGetGraphicSpecs
GameCmsGetGraphicSpecs()
Unknown what this API specifically returns, but the assumption is that it's configuration for graphic setting overrides.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<string,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetGraphicSpecs ();
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.String,RawResponseContainer>> | Returns a string containing the response. |
Remarks
TODO: Need to figure out what the API response here is. Haven't seen this actually activated in-game. For the time being, the API call will return a raw response. For details, see GitHub issue.