API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Set Drag Vehicles
**File:** `flowgraph/nodes/gameplay/dragRace/setDragVehicle.lua`
File: flowgraph/nodes/gameplay/dragRace/setDragVehicle.lua
Description: Set all the drag vehicles into the race system.
Category: once_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
vehId_1 | number | VehId 1 that will be set to the lane 1 of the dragRace. |
isPlayable_1 | bool | None |
dial_1 | number | None |
lane_1 | number | None |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Impulse out flow for when all vehicles are into the dragRace system. |
Methods
C:init()C:drawMiddle(builder, style)C:_executionStarted()C:drawCustomProperties()C:updatePins(old, new)C:workOnce()C:_onSerialize(res)C:_onDeserialized(res)
See Also
- Drag Race State - Related reference
- Get Drag Race Times - Related reference
- Generate Drag Race Opponents - Related reference
- FlowGraph Guide - Guide