summaryrefslogtreecommitdiff
path: root/docs/waypoint_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/waypoint_scripts.md')
-rw-r--r--docs/waypoint_scripts.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/waypoint_scripts.md b/docs/waypoint_scripts.md
new file mode 100644
index 0000000..111f934
--- /dev/null
+++ b/docs/waypoint_scripts.md
@@ -0,0 +1,15 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[waypoint_scripts|waypoint_scripts]]
+
+Column | Type | Description
+--- | --- | ---
+Id | int(11) unsigned |
+Delay | int(11) unsigned |
+Command | int(11) unsigned |
+Datalong | int(11) unsigned |
+Datalong2 | int(11) unsigned |
+Dataint | int(11) unsigned |
+X | float |
+Y | float |
+Z | float |
+O | float |
+Guid | int(11) |