RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
`adasUltrasonic.lua``cameraPreview.lua``capturePlayer.lua``license.lua``lidarTest.lua``multiscreen.lua``openDriveExporter.lua``openStreetMapExporter.lua``partAnnotations.lua``platoonFunctions.lua``pythonExport.lua``rawLidar.lua``rawLidarEmpty.lua``sensors.lua``sumoExporter.lua``techCore.lua``terrainImporter.lua``ultrasonicTest.lua``utils.lua`

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API ReferenceGE Extensionstech

`sumoExporter.lua`

> This Source Code Form is subject to the terms of the bCDDL, v. 1.1.

This Source Code Form is subject to the terms of the bCDDL, v. 1.1. If a copy of the bCDDL was not distributed with this file, You can obtain one at http://beamng.com/bCDDL-1.1.txt

Module variable: M

Exported Functions

M.export(name)

Line 153

Returns: M

Internal Functions

Show internal functions
  • getChildren(node) (line 16)
  • doesCollectionContainSegment(collection, testSeg) (line 26)
  • doesSegmentContainKey(path, key) (line 44)
  • computePathSegments() (line 51)
  • createNodes() (line 99)
  • createEdges(pathSegments) (line 110)
  • writeNodeFile(fileName, nodes) (line 122)
  • writeEdgeFile(fileName, edges) (line 133)
  • export(name) (line 153)

See Also

  • adasUltrasonic.lua - Related reference
  • cameraPreview.lua - Related reference
  • capturePlayer.lua - Related reference
  • Game Engine Overview - Guide

`sensors.lua`

> This Source Code Form is subject to the terms of the bCDDL, v. 1.1.

`techCore.lua`

> This Source Code Form is subject to the terms of the bCDDL, v. 1.1.

On this page

Exported FunctionsM.export(name)Internal FunctionsSee Also