grid_entries¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | grid_id | grid | id |
One-to-One | zoneid | zone | zoneidnumber |
Schema¶
Column | Data Type | Description |
---|---|---|
gridid | int | Grid Identifier |
zoneid | int | Zone Identifier |
number | int | Waypoint Identifier |
x | float | X Coordinate |
y | float | Y Coordinate |
z | float | Z Coordinate |
heading | float | Heading Coordinate |
pause | int | Pause in Seconds |
centerpoint | tinyint | Center Point: 0 = False, 1 = True |