Method EconomyAiCoreCustomization
EconomyAiCoreCustomization(String, String)
Gets information about an individual AI Core.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.AiCore,Den.Dev.Grunt.Models.RawResponseContainer>> EconomyAiCoreCustomization (string player, string coreId);
Parameters
Type | Name | Description |
---|---|---|
System.String | player | The player identifier in the format "xuid(XUID_VALUE)". |
System.String | coreId | Unique AI Core ID. Example ID is "304-100-ai-core-debb20e3". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<AiCore,RawResponseContainer>> | If successful, returns an instance of Core containing AI core customization metadata if request was successful. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/14/2022:
{
"CorePath": "Cores/Ai/304-100-ai-core-debb20e3.json",
"IsEquipped": true,
"Themes": [
{
"FirstModifiedDateUtc": {
"ISO8601Date": "2021-12-04T05:55:40.096Z"
},
"LastModifiedDateUtc": {
"ISO8601Date": "2022-06-14T21:25:52.375Z"
},
"IsEquipped": true,
"IsDefault": true,
"ThemePath": "Inventory/Ai/Themes/303-100-ai-theme-debb20e3.json",
"ModelPath": "Inventory/Ai/Models/302-100-sphere-a33c3d1e.json",
"ColorPath": "Inventory/Ai/Colors/301-100-rare-maize-ra-09415b0d.json"
}
],
"CoreId": "304-100-ai-core-debb20e3",
"CoreType": "Ai"
}