Difference between revisions of "ScriptEvent:startTimedMove"

From Mod Wiki
 
(No difference)

Latest revision as of 18:15, 5 November 2007

Parameters

integer start -- Index for the start position.
integer end -- Index for the end position.
float time -- Time in seconds for the move to take.

Result

None.

Supported By

sdGeneralMover

Comments

  • A warning will be given if either of the position indices are out of range

Functionality

Starts a move from previously added positions, taking the time specified.