Method SettingsActiveFlight
SettingsActiveFlight(String, String, String)
Returns the currently active flight.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.PlayerClearance,Den.Dev.Grunt.Models.RawResponseContainer>> SettingsActiveFlight (string sandbox, string buildNumber, string release);
Parameters
Type | Name | Description |
---|---|---|
System.String | sandbox | Identifier associated with the sandbox. Typical value is UNUSED. |
System.String | buildNumber | Number of the game build the data is requested for. Example value is 211755.22.01.23.0549-0. |
System.String | release | Release identifier. Examples seen are 1.4 and 1.5. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<PlayerClearance,RawResponseContainer>> | If successful, returns an instance of PlayerClearance. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 10/18/2023:
{
"FlightConfigurationId": "5fed2e4b-148a-4938-9ab9-53a030ec57bc"
}