API ReferenceGE Extensionsflowgraphnodesgameplay
Detect Acceleration At Start
**File:** `flowgraph/nodes/gameplay/playerMoves.lua`
File: flowgraph/nodes/gameplay/playerMoves.lua
Description: Used to start a mission when the player moves instead of a countdown.
Category: repeat_instant
Input Pins
| Name | Type | Description |
|---|---|---|
reset | flow | Resets the node |
vehId | number | The veh id to track |
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | When the player moves |
Methods
C:init()C:_executionStarted()C:work(args)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide