API ReferenceGE ExtensionsflowgraphnodesgameplayvehiclePool
Add Vehicle Group To Pool
**File:** `flowgraph/nodes/gameplay/vehiclePool/addGroup.lua`
File: flowgraph/nodes/gameplay/vehiclePool/addGroup.lua
Description: Activates or deactivates a vehicle object in the pool.
Category: once_instant Tags: traffic, budget, pooling Dependencies: core_vehicleActivePooling
Input Pins
| Name | Type | Description |
|---|---|---|
vehPool | table | Vehicle pool object; use the Create Pool node. |
vehGroup | table | Table of vehicle ids; use the Spawn Vehicle Group node. |
Methods
C:workOnce()
See Also
- Activate All Vehicles - Related reference
- Activate Vehicles By Distance - Related reference
- Activate Vehicle - Related reference
- FlowGraph Guide - Guide