timeline_moment_clear


Description

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


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


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".