API ReferenceGE Extensionsflowgraphnodesgameplay
In Zone
**File:** `flowgraph/nodes/gameplay/zone.lua`
File: flowgraph/nodes/gameplay/zone.lua
Description: Detects if a veh is in the zone
Category: repeat_instant
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | Veh id. |
sitesData | table | Sites data |
Output Pins
| Name | Type | Description |
|---|---|---|
inside | bool | Is inside |
Methods
C:work(args)C:_executionStarted()
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide