Method EconomyVehicleCoreCustomization
EconomyVehicleCoreCustomization(String, String)
Gets information about a vehicle core.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.VehicleCore,Den.Dev.Grunt.Models.RawResponseContainer>> EconomyVehicleCoreCustomization (string player, string coreId);
Parameters
Type | Name | Description |
---|---|---|
System.String | player | The unique player XUID, in the format "xuid(XUID_VALUE)". |
System.String | coreId | Unique vehicle core ID. Example value is "409-304-olympus-e8b8a8b3". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<VehicleCore,RawResponseContainer>> | If successful, returns an instance of VehicleCore. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/14/2022:
{
"CoreId": "409-304-olympus-e8b8a8b3",
"CorePath": "Cores/Vehicle/409-304-olympus-e8b8a8b3.json",
"Themes": [
{
"FirstModifiedDateUtc": {
"ISO8601Date": "2022-01-30T11:04:30.276Z"
},
"LastModifiedDateUtc": {
"ISO8601Date": "2022-06-14T21:46:23.874Z"
},
"IsEquipped": true,
"IsDefault": true,
"ThemePath": "Inventory/Vehicle/Themes/408-304-olympus-aa30213b.json",
"CoatingPath": "Inventory/Vehicle/Coatings/404-304-olympus-e41a4ccc.json",
"HornPath": "",
"VehicleFxPath": "",
"VehicleCharmPath": "",
"Emblems": [],
"AlternateGeometryRegionPath": ""
}
],
"CoreType": "VehicleRazorBack"
}