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
File SitesLocationLocation by NameLocations by TagsParking SpotParking Spot by NamePosition in ZoneZone by Name

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 Extensionsflowgraphnodesgameplaysites

Position in Zone

**File:** `flowgraph/nodes/gameplay/sites/posInZone.lua`

File: flowgraph/nodes/gameplay/sites/posInZone.lua

Description: Checks if a position is inside of a zone, by using Sites data.

Category: repeat_instant Tags: scenario, sites

Input Pins

NameTypeDescription
zonetableZone data.
posvec3Position to be tested.

Output Pins

NameTypeDescription
enterflowWhen pos was outside last frame and inside this frame.
insideflowWhen pos is inside zone.
exitflowWhen pos was inside last frame and outside this frame.
outsideflowWhen pos is outside of zone.

Methods

  • C:init(mgr, ...)
  • C:_executionStarted()
  • C:work(args)

See Also

  • File Sites - Related reference
  • Location - Related reference
  • Location by Name - Related reference
  • FlowGraph Guide - Guide

Parking Spot by Name

**File:** `flowgraph/nodes/gameplay/sites/parkingspotByName.lua`

Zone by Name

**File:** `flowgraph/nodes/gameplay/sites/zoneByName.lua`

On this page

Input PinsOutput PinsMethodsSee Also