API ReferenceGE Extensionsflowgraphnodesgameplay
Is Walking Enabled
**File:** `flowgraph/nodes/gameplay/isWalkingEnabled.lua`
File: flowgraph/nodes/gameplay/isWalkingEnabled.lua
Description: Check whether the walking is enabled or not: If the player is allowed to enter or exit vehicles by themselves.
Category: repeat_instant Dependencies: gameplay_walk
Output Pins
| Name | Type | Description |
|---|---|---|
allowed | flow | Outflow if the player is allowed to enter or exit vehicles. |
denied | flow | Outflow if the player is denied to enter or exit vehicles. |
value | bool | Boolean value of being allowed or denied. |
Methods
C:work(args)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide