API ReferenceGE Extensionsflowgraphnodesgameplaysites
Parking Spot
**File:** `flowgraph/nodes/gameplay/sites/parkingspot.lua`
File: flowgraph/nodes/gameplay/sites/parkingspot.lua
Description: Unwraps a Parking Spot for further inspection.
Category: repeat_instant Tags: scenario, sites
Input Pins
| Name | Type | Description |
|---|---|---|
spot | table | Parking spot Data. |
Output Pins
| Name | Type | Description |
|---|---|---|
name | string | Name of the parking spot |
pos | vec3 | Position of the parking spot |
rot | quat | Rotation of the parking spot |
scl | vec3 | Scale of the parking spot |
Methods
C:init(mgr, ...)C:postInit()C:updateKeys()C:drawCustomProperties()C:_executionStarted()C:work(args)C:_onSerialize(res)C:_onDeserialized(nodeData)
See Also
- File Sites - Related reference
- Location - Related reference
- Location by Name - Related reference
- FlowGraph Guide - Guide