Updated NET.worlds.scape.MoveAction (markdown)

Sgeo 2017-07-10 18:49:09 -04:00
parent 8b35cd3394
commit 732fb0b691

@ -6,5 +6,10 @@
| 0-1 | Float | Cycle Time (cast to integer on read) | | 0-1 | Float | Cycle Time (cast to integer on read) |
| 2-6 | Integer | Cycle Time | | 2-6 | Integer | Cycle Time |
| All | Integer | Cycles (in versions 0-5, 0 cycles = loop infinite) | | 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 |