33< html >
44< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
55< head >
6- < title > TombEngine 1.8 Lua API</ title >
6+ < title > TombEngine 1.8.1 Lua API</ title >
77 < link rel ="stylesheet " href ="../ldoc.css " type ="text/css " />
88</ head >
99< body >
@@ -176,11 +176,11 @@ <h2><a href="#Functions">Functions</a></h2>
176176 < td class ="summary "> Play a flyby sequence.</ td >
177177 </ tr >
178178 < tr >
179- < td class ="name " > < a href ="#GetFlybyPosition "> GetFlybyPosition(seqID, progress)</ a > </ td >
179+ < td class ="name " > < a href ="#GetFlybyPosition "> GetFlybyPosition(seqID, progress[, loop] )</ a > </ td >
180180 < td class ="summary "> Get a flyby sequence's position at a specified progress point in percent.</ td >
181181 </ tr >
182182 < tr >
183- < td class ="name " > < a href ="#GetFlybyRotation "> GetFlybyRotation(seqID, progress)</ a > </ td >
183+ < td class ="name " > < a href ="#GetFlybyRotation "> GetFlybyRotation(seqID, progress[, loop] )</ a > </ td >
184184 < td class ="summary "> Get a flyby sequence's rotation at a specified progress point in percent.</ td >
185185 </ tr >
186186 < tr >
@@ -499,7 +499,7 @@ <h3>Parameters:</h3>
499499</ dd >
500500 < dt >
501501 < a name = "GetFlybyPosition "> </ a >
502- < strong > GetFlybyPosition(seqID, progress)</ strong >
502+ < strong > GetFlybyPosition(seqID, progress[, loop] )</ strong >
503503 </ dt >
504504 < dd >
505505 Get a flyby sequence's position at a specified progress point in percent.
@@ -516,6 +516,11 @@ <h3>Parameters:</h3>
516516 < span class ="types "> < span class ="type "> float</ span > </ span >
517517 Progress point in percent. Clamped to [0, 100].
518518 </ li >
519+ < li > < span class ="parameter "> loop</ span >
520+ < span class ="types "> < span class ="type "> bool</ span > </ span >
521+ Smooth the position near start and end points, as if the sequence is looped.
522+ (< em > optional</ em > )
523+ </ li >
519524 </ ul >
520525
521526 < h3 > Returns:</ h3 >
@@ -531,7 +536,7 @@ <h3>Returns:</h3>
531536</ dd >
532537 < dt >
533538 < a name = "GetFlybyRotation "> </ a >
534- < strong > GetFlybyRotation(seqID, progress)</ strong >
539+ < strong > GetFlybyRotation(seqID, progress[, loop] )</ strong >
535540 </ dt >
536541 < dd >
537542 Get a flyby sequence's rotation at a specified progress point in percent.
@@ -548,6 +553,11 @@ <h3>Parameters:</h3>
548553 < span class ="types "> < span class ="type "> float</ span > </ span >
549554 Progress point in percent. Clamped to [0, 100].
550555 </ li >
556+ < li > < span class ="parameter "> loop</ span >
557+ < span class ="types "> < span class ="type "> bool</ span > </ span >
558+ Smooth the position near start and end points, as if the sequence is looped.
559+ (< em > optional</ em > )
560+ </ li >
551561 </ ul >
552562
553563 < h3 > Returns:</ h3 >
0 commit comments