API ReferenceGE Extensionsflowgraphnodesgameplaysites
Location by Name
**File:** `flowgraph/nodes/gameplay/sites/locationByName.lua`
File: flowgraph/nodes/gameplay/sites/locationByName.lua
Description: Finds a single Location by name.
Tags: scenario, sites
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
sitesData | table | Sites data. |
locationName | string | Name of the location. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
exists | bool | True if the location exists. |
location | table | Location 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
- Locations by Tags - Related reference
- FlowGraph Guide - Guide