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
@@ -2,6 +2,7 @@ SELECT
CAST(spawner.vehicle_entity_id AS TEXT) AS gameVehicleId,
entity.class AS vehicleClass,
spawner.vehicle_alias AS displayName,
spawner.is_vehicle_functional AS functional,
1 AS existsInGame,
entity.location_x AS x,
entity.location_y AS y,