This is how the script sees the data of a vehicle. This data is what is returned byDocumentation Index
Fetch the complete documentation index at: https://docs.toine.me/llms.txt
Use this file to discover all available pages before exploring further.
GetVehiclePersistenceData.
Detailed Breakdown
Props
Theprops table contains all the vehicle modifications and customization options. It is retrieved using lib.getVehicleProperties.
Damage Data
ThedamageData table stores specific health values:
bodyDamage: The health of the vehicle body (0-1000).engineDamage: The health of the engine (0-1000).fuel: Current fuel level (0-100).deformation: Visual deformation data.
The
deformation field is only available if the VehicleDeformation plugin is enabled.Temporary Vehicles
Vehicles can be marked as temporary, meaning they will not persist permanently.isTemp: Iftrue, the vehicle is temporary and will be deleted from the database under certain conditions (like server restarts or time limits).deleteAt: An optional Unix timestamp (in seconds) representing when the vehicle is scheduled for automatic permanent deletion.