API ReferenceGE ExtensionsflowgraphnodesgameplayvehiclePool
Activate Vehicle
**File:** `flowgraph/nodes/gameplay/vehiclePool/activateVehicle.lua`
File: flowgraph/nodes/gameplay/vehiclePool/activateVehicle.lua
Description: Activates or deactivates a vehicle 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. |
vehId | number | Vehicle id. |
activate | bool | Activate or deactivate this vehicle. |
Methods
C:workOnce()
See Also
- Activate All Vehicles - Related reference
- Activate Vehicles By Distance - Related reference
- Add Vehicle Group To Pool - Related reference
- FlowGraph Guide - Guide