RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Flowgraph Base ModuleFlowgraph Base NodeFlowgraph Base State NodeFlowgraph Node BuilderFlowgraph GraphFlowgraph Group HelperFlowgraph LinkFlowgraph ManagerNew Node TemplateFlowgraph PinFlowgraph States ManagerFlowgraph UtilsFlowgraph Variable Storage
AI Debug DisplayCamera Mouse RaycastCommentDebug CylinderDebug LineDebug PrismDebug SphereDebug TextDisplay ValueDisplay FlowMulti GraphFlow ButtonLogMini GraphMulti FlowNumber SliderPause ExecutionRestart ProjectStop ProjectCategory Test (Test Dynamic)

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 Extensionsflowgraphnodesdebug

Multi Flow

- **File:** `extensions/flowgraph/nodes/debug/multiFlow.lua`

Overview

  • File: extensions/flowgraph/nodes/debug/multiFlow.lua
  • Name: Multi Flow
  • Category: logic
  • Type: simple
  • Description: Multiple flow test node. Displays the state of up to four flow inputs as colored checkboxes.

Pin Schema

Input Pins

NameTypeDescription
aflowInflow to test.
bflowInflow to test.
cflowInflow to test.
dflowInflow to test.

Output Pins

None.

Behavior

  • work(): If data.logOnWork is true, prints the boolean state of all four flow inputs to the console.

Node Display

  • Renders four colored checkbox icons in the node body:
    • a → Green
    • b → Yellow
    • c → Red
    • d → Magenta
  • Active flows show a filled checkbox; inactive flows show an outlined checkbox with reduced opacity.

Data Properties

PropertyDefaultDescription
logOnWorkfalseEnables console printing of flow states each frame.

Tags

#flowgraph #node #ge #debug #flow


Additional Exports

init()

drawMiddle(builder, style)

  • builder - any

  • style - any

  • name - string - (see source)

  • description - string - (see source)

  • todo - string - (see source)

  • category - string - (see source)

  • type - string - (see source)

  • pinSchema - table - (see source)

  • tags - table - (see source)


See Also

  • AI Debug Display - Related reference
  • Camera Mouse Raycast - Related reference
  • Comment - Related reference
  • FlowGraph Guide - Guide

Mini Graph

- **File:** `extensions/flowgraph/nodes/debug/miniGraph.lua`

Number Slider

- **File:** `extensions/flowgraph/nodes/debug/numberSlider.lua`

On this page

OverviewPin SchemaInput PinsOutput PinsBehaviorNode DisplayData PropertiesTagsAdditional Exportsinit()drawMiddle(builder, style)See Also