API ReferenceGE Extensionsflowgraphnodesgameplaysites
Zone by Name
**File:** `flowgraph/nodes/gameplay/sites/zoneByName.lua`
File: flowgraph/nodes/gameplay/sites/zoneByName.lua
Description: Finds a single Zone by name.
Tags: scenario, sites
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
sitesData | table | Sites data. |
zoneName | string | Name of the zone. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
exists | bool | True if the zone exists. |
zone | table | Zone data. |
Methods
C:init(mgr, ...)C:drawCustomProperties()C:_executionStarted()C:work(args)C:drawMiddle(builder, style)
See Also
- File Sites - Related reference
- Location - Related reference
- Location by Name - Related reference
- FlowGraph Guide - Guide