# DataType:raidmember

Data related to the specified raid member

## Members

| **Type**                                                                                   | **Member**      | **Description**                                             |
| ------------------------------------------------------------------------------------------ | --------------- | ----------------------------------------------------------- |
| [*class*](/macroquest/data-types-and-top-level-objects/data-types/datatype-class.md)       | **Class**       | Raid member's class (works without being in zone)           |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Group**       | Current group number (or 0)                                 |
| [*bool*](/macroquest/data-types-and-top-level-objects/data-types/datatype-bool.md)         | **GroupLeader** | Returns TRUE if the member is a group leader                |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Level**       | Raid member's level (works without being in zone)           |
| [*bool*](/macroquest/data-types-and-top-level-objects/data-types/datatype-bool.md)         | **Looter**      | Allowed to loot with current loot rules and looters?        |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **Name**        | Raid member's name                                          |
| [*bool*](/macroquest/data-types-and-top-level-objects/data-types/datatype-bool.md)         | **RaidLeader**  | Returns TRUE if the member is the raid leader               |
| [*spawn*](/macroquest/data-types-and-top-level-objects/data-types/datatype-spawn.md)       | **Spawn**       | Spawn object for this player if available (must be in zone) |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String**   | Same as **Name**                                            |


---

# 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-raidmember.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.
