set_top_effect_index_full


Description:

[ Version ( since = "1.18" ) ]
public bool set_top_effect_index_full (BaseEffect effect, uint newindex) throws Error

Set the index of an effect within the clip.

See get_top_effect_index. The new index must be an existing index of the clip. The effect is moved to the new index, and the other effects may be shifted in index accordingly to otherwise maintain the ordering.

Parameters:

this

A Clip

effect

An effect within this to move

newindex

The index for effect in this

Returns:

true if effect was successfully moved to newindex.