remove_at method

remove_at

Removes an effect from a collection.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of effect to remove int

See Also