API ReferenceGE Extensionsflowgraphnodesgameplaytraffic
File Vehicle Group
**File:** `flowgraph/nodes/gameplay/traffic/fileVehicleGroup.lua`
File: flowgraph/nodes/gameplay/traffic/fileVehicleGroup.lua
Description: Loads a Vehicle Group file.
Category: once_p_duration Tags: traffic, vehicle, group, multispawn
Input Pins
| Name | Type | Description |
|---|---|---|
file | string | File of the vehicle group. |
Output Pins
| Name | Type | Description |
|---|---|---|
group | table | Vehicle group data, to be used with other nodes. |
Methods
C:init()C:postInit()C:onNodeReset()C:_executionStopped()C:work()
See Also
- Add Vehicle (Traffic) - Related reference
- Traffic Driving Stats - Related reference
- Get Traffic State - Related reference
- FlowGraph Guide - Guide