API ReferenceGE Extensionsflowgraphnodesgameplay
Allow Walking
**File:** `flowgraph/nodes/gameplay/allowWalking.lua`
File: flowgraph/nodes/gameplay/allowWalking.lua
Description: Allows or denies the use of Walking mode. This includes entering and exiting vehicles.
Category: rework_needed Dependencies: gameplay_walk
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
allow | flow | Allows the usage of walking mode, letting the player enter and exit vehicles. |
deny | flow | Denies the usage of walking mode, forbidding players to enter or exit vehicles. |
set | flow | Sets walking mode to be allowed or denied, depending on the 'enable' pin below. |
enable | bool | If walking mode should be allowed or denied, used with the 'set' pin. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow for this node. |
Methods
C:work(args)
See Also
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- Career Active - Related reference
- FlowGraph Guide - Guide