diff options
| -rw-r--r-- | docs/waypoints.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/waypoints.md b/docs/waypoints.md index afcfbec..dad185c 100644 --- a/docs/waypoints.md +++ b/docs/waypoints.md @@ -17,6 +17,7 @@ Contains waypoint data, allowing creatures to move to certain X, Y, and Z coordi | [position\_x](#position_x) | FLOAT | | | NO | 0 | | [position\_y](#position_y) | FLOAT | | | NO | 0 | | [position\_z](#position_z) | FLOAT | | | NO | 0 | +| [orientation](#orientation) | FLOAT | | | YES | NULL | | [point\_comment](#point_comment) | text | | | YES | NULL | #### entry @@ -39,6 +40,8 @@ The Y coordinate of the destination waypoint. The Z coordinate of the destination waypoint. +#### orientation + #### point\_comment Text comment. |
