Method EconomyWeaponCoreCustomization
EconomyWeaponCoreCustomization(String, String)
Gets information about a specific weapon core.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.WeaponCore,Den.Dev.Grunt.Models.RawResponseContainer>> EconomyWeaponCoreCustomization (string player, string coreId);
Parameters
Type | Name | Description |
---|---|---|
System.String | player | The unique player XUID, in the format "xuid(XUID_VALUE)". |
System.String | coreId | The unique ID of the weapon core. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<WeaponCore,RawResponseContainer>> | If successful, returns an instance of WeaponCore containing information about the weapon core. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/15/2022:
{
"CorePath": "Cores/Weapon/209-200-olympus-aa30213b.json",
"Themes": [
{
"FirstModifiedDateUtc": {
"ISO8601Date": "2022-01-30T11:03:28.329Z"
},
"LastModifiedDateUtc": {
"ISO8601Date": "2022-03-12T02:06:59.281Z"
},
"IsEquipped": true,
"IsDefault": true,
"ThemePath": "Inventory/Weapon/Themes/207-200-olympus-aa30213b.json",
"CoatingPath": "Inventory/Weapon/Coatings/203-200-olympus-ae4c775f.json",
"Emblems": [
{
"Path": "Inventory/Weapon/Emblems/205-201-c2daae95.json",
"LocationId": -1140904703,
"ConfigurationId": -1897428325
}
],
"DeathFxPath": "",
"AmmoCounterColorPath": "",
"StatTrackerPath": "",
"WeaponCharmPath": "",
"AlternateGeometryRegionPath": ""
}
],
"CoreId": "209-200-olympus-aa30213b",
"CoreType": "WeaponSidekick"
}