API ReferenceGE Extensionsflowgraphnodesgameplay
Remove Other Vehicles
**File:** `flowgraph/nodes/gameplay/removeOtherVehicles.lua`
File: flowgraph/nodes/gameplay/removeOtherVehicles.lua
Description: Will remove every vehicles except from the one(s) specified
Category: once_instant
Input Pins
| Name | Type | Description |
|---|---|---|
idToIgnore_1 | number | Vehicle id that won't be removed (dynamic: additional pins idToIgnore_2..N created via drawCustomProperties) |
Methods
C:init()C:drawCustomProperties()C:updatePins(old, new)C:workOnce()C:_onSerialize(res)C:_onDeserialized(data)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide