From 4cc506f7205b6649e0516cb8acdfbbc72391e045 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:08:34 -0600 Subject: [PATCH] Created zone_points (markdown) --- zone_points.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 zone_points.md diff --git a/zone_points.md b/zone_points.md new file mode 100644 index 0000000..683ea26 --- /dev/null +++ b/zone_points.md @@ -0,0 +1,19 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11)|NO|PRI| |auto\_increment +zone|varchar(32)|YES| | | +version|int(11)|NO| |0| +number|smallint(4) unsigned|NO|MUL|1| +y|float|NO| |0| +x|float|NO| |0| +z|float|NO| |0| +heading|float|NO| |0| +target\_y|float|NO| |0| +target\_x|float|NO| |0| +target\_z|float|NO| |0| +target\_heading|float|NO| |0| +zoneinst|smallint(5) unsigned|YES| |0| +target\_zone\_id|int(10) unsigned|NO|MUL|0| +target\_instance|int(10) unsigned|NO| |0| +buffer|float|YES| |0| +client\_version\_mask|int(10) unsigned|NO| |4294967295| \ No newline at end of file