API ReferenceGE ExtensionsflowgraphnodesgameplayvehiclePool
Remove Vehicle (Pool)
**File:** `flowgraph/nodes/gameplay/vehiclePool/removeVehicle.lua`
File: flowgraph/nodes/gameplay/vehiclePool/removeVehicle.lua
Description: Removes a vehicle from 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. |
Methods
C:workOnce()
See Also
- Activate All Vehicles - Related reference
- Activate Vehicles By Distance - Related reference
- Activate Vehicle - Related reference
- FlowGraph Guide - Guide