timeline_moment_clear

Clears the given moment of a time line.

Syntax:

timeline_moment_clear(ind, step);


Argument Description
ind The index of the time line to clear.
step The moment to clear.


Returns: N/A


Description

With this function you can clear a specific moment of any previously defined time line of all codes and actions.


Example:

timeline_moment_clear(global.tl, room_speed * 30);

The above code will clear the specified moment of the time line indexed by the variable "global.tl".


Back: Timelines
Next: timeline_clear
© Copyright YoYo Games Ltd. 2018 All Rights Reserved