API ReferenceGE Extensionsflowgraphnodesgameplay
Is Walking Blacklisted
**File:** `flowgraph/nodes/gameplay/getWalkingBlacklist.lua`
File: flowgraph/nodes/gameplay/getWalkingBlacklist.lua
Description: Checks if a vehicles is allowed or denied to be entered from walking mode.
Category: repeat_instant Dependencies: gameplay_walk
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | The Id of the vehicle that should be allowed/denied. |
Output Pins
| Name | Type | Description |
|---|---|---|
allowed | flow | Outflow if the vehicle is allowed. |
denied | flow | Outflow if the vehicle is denied. |
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