# DataType:xtarget

Contains the data related to your extended target list

## Members

| **Type**                                                                                   | **Member**     | **Description**                    |
| ------------------------------------------------------------------------------------------ | -------------- | ---------------------------------- |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **ID**         | ID of specified XTarget            |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **Name**       | Name of specified XTarget          |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **PctAggro**   | PctAggro of specified XTarget      |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **TargetType** | Extended target type (see below)   |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String**  | Number of current extended targets |

## Extended Target Types

**Type** will return one of the following:

* Empty Target
* Auto Hater
* Specific PC
* Specific NPC
* Target's Target
* Group Tank
* Group Tank's Target
* Group Assist
* Group Assist Target
* Group Puller
* Group Puller Target
* Group Mark 1
* Group Mark 2
* Group Mark 3
* Raid Assist 1
* Raid Assist 2
* Raid Assist 3
* Raid Assist 1 Target
* Raid Assist 2 Target
* Raid Assist 3 Target
* Raid Mark 1
* Raid Mark 2
* Raid Mark 3
* Pet Target
* Mercenary Target


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-xtarget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
