# Objects

- [Add Object To List](https://wiki.thescriptersguild.com/scripting/nodes/objects/add-object-to-list.md)
- [Are Same Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/are-same-object.md)
- [Clone Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/clone-object.md)
- [Combine Object Lists](https://wiki.thescriptersguild.com/scripting/nodes/objects/combine-object-lists.md)
- [Damage Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/damage-object.md)
- [Delete Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/delete-object.md)
- [Get All Objects By Label And Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-objects-by-label-and-spawn-order.md)
- [Get All Objects By Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-objects-by-spawn-order.md)
- [Get All Players With Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-players-with-spawn-order.md)
- [Get All Spawn Points](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-spawn-points.md)
- [Get All Spawn Points For Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-all-spawn-points-for-team.md)
- [Get First N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-first-n-objects.md)
- [Get First Object By Label](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-first-object-by-label.md)
- [Get Is Dead](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-is-dead.md)
- [Get Is Valid Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-is-valid-object.md)
- [Get Last N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-last-n-objects.md)
- [Get List Size](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-list-size.md)
- [Get Object Health](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-health.md)
- [Get Object Shield](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-shield.md)
- [Get Object Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-spawn-order.md)
- [Get Object Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-team.md)
- [Get Object At Index](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-object-at-index.md)
- [Get Objects By Label](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-by-label.md)
- [Get Objects In Area Monitor](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-in-area-monitor.md)
- [Get Objects In Prefab](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-objects-in-prefab.md)
- [Get Random N Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-random-n-objects.md)
- [Get Shared Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-shared-objects.md)
- [Get Unique Objects](https://wiki.thescriptersguild.com/scripting/nodes/objects/get-unique-objects.md)
- [Object Is In List](https://wiki.thescriptersguild.com/scripting/nodes/objects/object-is-in-list.md)
- [Register Object For Kill Volume Events](https://wiki.thescriptersguild.com/scripting/nodes/objects/register-object-for-kill-volume-events.md)
- [Remove Object From List](https://wiki.thescriptersguild.com/scripting/nodes/objects/remove-object-from-list.md)
- [Set Object Health](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-health.md)
- [Set Object Health Percent](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-health-percent.md)
- [Set Object Physics Mode](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-physics-mode.md)
- [Set Object Spawn Order](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-spawn-order.md)
- [Set Object Team](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-team.md)
- [Set Object Team To Neutral](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-object-team-to-neutral.md)
- [Set Spawn Point Enabled](https://wiki.thescriptersguild.com/scripting/nodes/objects/set-spawn-point-enabled.md)
- [Spawn Object](https://wiki.thescriptersguild.com/scripting/nodes/objects/spawn-object.md)


---

# 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://wiki.thescriptersguild.com/scripting/nodes/objects.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.
