API ReferenceGE Extensionsflowgraphnodesgameplay
Can Enter From Walking
**File:** `flowgraph/nodes/gameplay/canEnterFromWalking.lua`
File: flowgraph/nodes/gameplay/canEnterFromWalking.lua
Description: Checks if the player is walking and close enough to a stationary vehicle to enter it.
Category: repeat_instant Dependencies: gameplay_walk
Output Pins
| Name | Type | Description |
|---|---|---|
canEnter | flow | Outflow when the player is currently walking and can enter a stationary vehicle. |
vehId | number | ID of the closes vehicle the player can enter. Nil if none is present. |
closeButNotStopped | flow | Outflow when the player is currently walking and close to a vehicle, but the vehicle is not stopped. |
Methods
C:work(args)C:drawMiddle(builder, style)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Career Active - Related reference
- FlowGraph Guide - Guide