> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/scripting/nodes/vehicles.md).

# Vehicles

- [Are Same Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/are-same-vehicle-type.md)
- [Attach Item To Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/attach-item-to-razorback.md)
- [Attempt To Enter Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/attempt-to-enter-vehicle.md)
- [Detach Item From Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/detach-item-from-razorback.md)
- [Flip Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/flip-vehicle.md)
- [Get Is Boarding](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-boarding.md)
- [Get Is Driving Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-driving-vehicle.md)
- [Get Is Gunner In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-gunner-in-vehicle.md)
- [Get Is In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-in-vehicle.md)
- [Get Is Item In Razorback](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-item-in-razorback.md)
- [Get Is Overturned](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-overturned.md)
- [Get Is Passenger In Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-passenger-in-vehicle.md)
- [Get Is Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-is-vehicle-type.md)
- [Get Player Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-player-vehicle.md)
- [Get Squared Vehicle Speed](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-squared-vehicle-speed.md)
- [Get Unit Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-unit-vehicle.md)
- [Get Vehicle Driver](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-driver.md)
- [Get Vehicle Enterable By Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-enterable-by-player.md)
- [Get Vehicle Gunner](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-gunner.md)
- [Get Vehicle Occupants](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-occupants.md)
- [Get Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/get-vehicle-type.md)
- [Kick Player From Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/kick-player-from-vehicle.md)
- [Kick Unit From Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/kick-unit-from-vehicle.md)
- [Scale And Destroy Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/scale-and-destroy-vehicle.md)
- [Set Spawn In Vehicle For All Players](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-spawn-in-vehicle-for-all-players.md)
- [Set Spawn In Vehicle For Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-spawn-in-vehicle-for-player.md)
- [Set Vehicle Enterable By Player](https://wiki.thescriptersguild.com/scripting/nodes/vehicles/set-vehicle-enterable-by-player.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/vehicles.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.
