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
Directional GravityGet Cloud by IDGet FogGet GravityGet PauseGet PhotomodeGet ScatterSkyGet Time of DayPause GamePlanetRandom Time of DayBullet TimeSet Cloud by ID NodeSet Fog NodeSet Gravity NodeSet ScatterSky NodeSet Time of Day NodeSet Wind NodeSimple Planet Node

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 Extensionsflowgraphnodesenvironment

Set Wind Node

- **File:** `flowgraph/nodes/environment/setWind.lua`

Overview

  • File: flowgraph/nodes/environment/setWind.lua
  • Name: Set Wind
  • Category: once_p_duration
  • Icon: simobject_scatter_sky

Sets wind speed for a specific vehicle or all vehicles. Resets wind to zero on stop.

Pin Schema

DirTypeNameDescription
innumbervehIdSingle vehicle ID; blank = all vehicles.
innumberwindSpeedWind speed in metres per second.
invec3windDirWind direction vector.

Tags

environment, wind

Key Methods

MethodDescription
onNodeReset()Sets wind to (0,0,0) for all vehicles.
_executionStopped()Calls onNodeReset().
work()Computes wind vector and sends obj:setWind() to matching vehicles.

See Also

  • Directional Gravity - Related reference
  • Get Cloud by ID - Related reference
  • Get Fog - Related reference
  • FlowGraph Guide - Guide

Set Time of Day Node

- **File:** `flowgraph/nodes/environment/setTimeOfDay.lua`

Simple Planet Node

- **File:** `flowgraph/nodes/environment/simplePlanet.lua`

On this page

OverviewPin SchemaTagsKey MethodsSee Also