From 0040c20c7549e0383bba7100ccc6e8034cdcad34 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 21 May 2022 23:49:38 +0200 Subject: chore: waypoints --- docs/waypoints.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit