API ReferenceGE Extensionsflowgraphnodesgameplaytraffic
Setup Parking System
**File:** `flowgraph/nodes/gameplay/traffic/setupParkedCars.lua`
File: flowgraph/nodes/gameplay/traffic/setupParkedCars.lua
Description: Enables vehicles to use the parking spot placement system.
Category: once_instant Tags: traffic, parking
Input Pins
| Name | Type | Description |
|---|---|---|
vehicleIds | table | Table of vehicle ids. |
sitesData | table | (Optional) Sites data to use for the parking system. |
Methods
C:init()C:_executionStopped()C:onNodeReset()C:workOnce()
See Also
- Add Vehicle (Traffic) - Related reference
- Traffic Driving Stats - Related reference
- File Vehicle Group - Related reference
- FlowGraph Guide - Guide