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

Is Walking Enabled

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

File: flowgraph/nodes/gameplay/isWalkingEnabled.lua

Description: Check whether the walking is enabled or not: If the player is allowed to enter or exit vehicles by themselves.

Category: repeat_instant Dependencies: gameplay_walk

Output Pins

NameTypeDescription
allowedflowOutflow if the player is allowed to enter or exit vehicles.
deniedflowOutflow if the player is denied to enter or exit vehicles.
valueboolBoolean value of being allowed or denied.

Methods

  • C:work(args)

See Also

  • Allow Walking - Related reference
  • Blacklist Walking - Related reference
  • Can Enter From Walking - Related reference
  • FlowGraph Guide - Guide

Is Walking

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

Mission Defaults

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

On this page

Output PinsMethodsSee Also