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
Allow WalkingBlacklist WalkingCan Enter From WalkingCareer ActiveComplete ScenarioCountdownDecal CircleDecal LineDecal PathDecal SingleIs Walking BlacklistedGroundmarker Remaining DistanceGroundmarkersIs WalkingIs Walking EnabledMission DefaultsMultiseatDetect Acceleration At StartPointsBar PointsPointsBar ThresholdsRemove Other VehiclesToggle WalkingIn Zone

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 Extensionsflowgraphnodesgameplay

Can Enter From Walking

**File:** `flowgraph/nodes/gameplay/canEnterFromWalking.lua`

File: flowgraph/nodes/gameplay/canEnterFromWalking.lua

Description: Checks if the player is walking and close enough to a stationary vehicle to enter it.

Category: repeat_instant Dependencies: gameplay_walk

Output Pins

NameTypeDescription
canEnterflowOutflow when the player is currently walking and can enter a stationary vehicle.
vehIdnumberID of the closes vehicle the player can enter. Nil if none is present.
closeButNotStoppedflowOutflow when the player is currently walking and close to a vehicle, but the vehicle is not stopped.

Methods

  • C:work(args)
  • C:drawMiddle(builder, style)

See Also

  • Allow Walking - Related reference
  • Blacklist Walking - Related reference
  • Career Active - Related reference
  • FlowGraph Guide - Guide

Blacklist Walking

**File:** `flowgraph/nodes/gameplay/blacklistWalking.lua`

Career Active

**File:** `flowgraph/nodes/gameplay/careerActive.lua`

On this page

Output PinsMethodsSee Also