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

`partAnnotations.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

Hooks

  • onExtensionLoaded
  • onInit

Exported Functions

M.onExtensionLoaded()

Line 10

Returns: M

M.getPartAnnotation(part)

Line 37

Returns: M

M.annotateParts(vID)

Line 71

Returns: M

M.revertAnnotations(vID)

Line 81

Returns: M

M.getPartAnnotations(vID)

Line 89

Returns: M

M.onInit()

Line 102

Returns: M

Internal Functions

Show internal functions
  • annotatePart(vehicle, part) (line 63)

See Also

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

`openStreetMapExporter.lua`

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

`platoonFunctions.lua`

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

On this page

HooksExported FunctionsM.onExtensionLoaded()M.getPartAnnotation(part)M.annotateParts(vID)M.revertAnnotations(vID)M.getPartAnnotations(vID)M.onInit()Internal FunctionsSee Also