Back to 'waypoint_path' Return to world Go to 'world_safe_locs'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
PathId | int | unsigned | PRI | NO | 0 | ||
NodeId | int | unsigned | PRI | NO | 0 | ||
PositionX | float | NO | 0 | ||||
PositionY | float | NO | 0 | ||||
PositionZ | float | NO | 0 | ||||
Orientation | float | YES | NULL | ||||
Delay | int | unsigned | NO | 0 |
References unique path id from waypoint_path.PathId
Unique node id for each node in a path. Starts at 0 and increases with each node.
The X coordinate of the destination node.
The Y coordinate of the destination node.
The Z coordinate of the destination node.
The orientation when node is reached.
Time to wait (in ms) before running to next node.
Back to 'waypoint_path' Return to world Go to 'world_safe_locs'