API ReferenceGE Extensionsflowgraphnodesgameplay
Is Walking
**File:** `flowgraph/nodes/gameplay/isWalking.lua`
File: flowgraph/nodes/gameplay/isWalking.lua
Description: Checks if the player is in walking mode or not.
Category: repeat_instant Dependencies: gameplay_walk
Output Pins
| Name | Type | Description |
|---|---|---|
walking | flow | Outflow when the player is currently walking. |
nonWalking | flow | Outflow when the player is currently not walking. |
enteredWalking | flow | Outflow once when the player entered walking mode. |
exitedWalking | flow | Outflow once when the player exited walking mode. |
Methods
C:_executionStarted()C:work(args)C:drawMiddle(builder, style)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide