From 732fb0b69158b53922161306928e151e5d4504a7 Mon Sep 17 00:00:00 2001 From: Sgeo Date: Mon, 10 Jul 2017 18:49:09 -0400 Subject: [PATCH] Updated NET.worlds.scape.MoveAction (markdown) --- NET.worlds.scape.MoveAction.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NET.worlds.scape.MoveAction.md b/NET.worlds.scape.MoveAction.md index 49ffd23..ae06f6f 100644 --- a/NET.worlds.scape.MoveAction.md +++ b/NET.worlds.scape.MoveAction.md @@ -6,5 +6,10 @@ | 0-1 | Float | Cycle Time (cast to integer on read) | | 2-6 | Integer | Cycle Time | | All | Integer | Cycles (in versions 0-5, 0 cycles = loop infinite) | -| +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Extent Point (version 0 requires Start Point subtracted from read value) | +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Start Point | +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Extent Scale (version 0 requires read value to be divided by Start Scale) | +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Start Scale | +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Extent Spin | +| All | Explicit [[Point3|NET.worlds.scape.Point3]] | Start Spin |