-- @/lua/vehicle/electrics.lua:992
local function toggle_fog_lights()
fogLightsState = not fogLightsState
end
onSelect = function()
M.toggle_fog_lights()
return {"hide"}
"title": "ui.inputActions.vehicle.toggle_foglights.title",
"onDown": "electrics.toggle_fog_lights()",
"order": 23,