# GetExcludedBoneNames

[ExistentDocumentation](https://gitlab.com/lightgarden-studios/existent-documentation/-/blob/v0.1.0/resources/BPNodes/index.md) > [ExistentBoneMappingsBase](/documentation/resources/existent-api/index/existentbonemappingsbase.md) > Get Excluded Bone Names

## Get Excluded Bone Names

Returns the array of excluded bone names. The return value of this function is not the same as the excluded bones array which can directly be\
accessed. Keep in mind that the excluded bone names is an array of the excluded bone properties and not their actual value. This function\
returns their actor values.

![](/files/EmZxtybzY4MDB9wSldWh)

#### Inputs

|                                                                                |   |
| ------------------------------------------------------------------------------ | - |
| <p><strong>Target</strong><br>Existent Bone Mappings Base Object Reference</p> |   |

#### Outputs

|                                                        |                                  |
| ------------------------------------------------------ | -------------------------------- |
| <p><strong>Return Value</strong><br>Array of Names</p> | An array of excluded bone names. |


---

# 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://docs.existent.com/documentation/resources/existent-api/index/existentbonemappingsbase/getexcludedbonenames.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.
