> For the complete documentation index, see [llms.txt](https://docs.tehsteel.dev/tehsteels-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tehsteel.dev/tehsteels-development/ts-dv/developer-api.md).

# Developer API

#### Function: `GetVehicleData` <a href="#function-getvehicledata" id="function-getvehicledata"></a>

Get the vehicle's table data

**Parameters**

* `netId` (number): The vehicle network id.

**Returns**

* `table`:
  * `time` (os.time): Time that the vehicle was left
  * `owner` (number): Last person that left the vehicle

#### Function: `IsVehiclePendingForDeletion` <a href="#function-isvehiclependingfordeletion" id="function-isvehiclependingfordeletion"></a>

Get the vehicle's table data

**Parameters**

* `netId` (number): The vehicle network id.

**Returns**

* `shouldDelete` (boolean): If the vehicle is pending deletion.
