feat: surface SCUM vehicle functional state

This commit is contained in:
npc0-hue
2026-09-18 16:56:36 +08:00
parent 156392df1e
commit 60d479db71
13 changed files with 62 additions and 17 deletions
@@ -370,7 +370,7 @@
},
{
"key": "scum.database.vehicles",
"title": "Read SCUM vehicle positions and classes",
"title": "Read SCUM vehicle positions, classes, and functional state",
"permission": "server.game-client.read",
"engine": "sqlite",
"transportKey": "scum-database",
@@ -392,6 +392,7 @@
"gameVehicleId": "gameVehicleId",
"vehicleClass": "vehicleClass",
"displayName": "displayName",
"functional": "functional",
"exists": "existsInGame",
"x": "x",
"y": "y",