API ReferenceGE Extensionsflowgraphnodesgameplaytraffic
Generate Vehicle Group
**File:** `flowgraph/nodes/gameplay/traffic/trafficCustomGroup.lua`
File: flowgraph/nodes/gameplay/traffic/trafficCustomGroup.lua
Description: Generates vehicle group data, to be used with the Spawn Vehicle Group node.
Category: provider Tags: spawn, vehicle, group, traffic, multispawn
Output Pins
| Name | Type | Description |
|---|---|---|
group | table | Vehicle group data. |
Methods
C:init()C:resetData()C:drawCustomProperties()C:onStateStarted()C:updatePins(old, new)C:_executionStarted()C:buildGroup()C:generateGroup()C:work()C:_onSerialize(res)C:_onDeserialized(data)
See Also
- Add Vehicle (Traffic) - Related reference
- Traffic Driving Stats - Related reference
- File Vehicle Group - Related reference
- FlowGraph Guide - Guide