Skip to main content

The "vngen_effect_stop" Function

Syntax#

vngen_effect_stop(id);
ArgumentTypeDescription
idreal/stringThe ID of the effect to stop (or keyword all for all effects)

Description#

Stops the specified keyframe effect being performed, if any. Note that this script only needs to be run to stop looped effects.

Example#

vngen_event() {
vngen_effect_stop("ef");
}