API ReferenceGE Extensionsflowgraphnodesgameplaysites
Parking Spot by Name
**File:** `flowgraph/nodes/gameplay/sites/parkingspotByName.lua`
File: flowgraph/nodes/gameplay/sites/parkingspotByName.lua
Description: Finds a single Parking Spot by name.
Tags: scenario, sites
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
sitesData | table | Sites data. |
spotName | string | Name of the parking spot. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
exists | bool | True if the spot exists. |
spot | table | Parking spot 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