The "vngen_effect_start" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | real/string | The unique identifier to use for the new effect |
effect | script | The effect script to perform |
duration | real | Sets the duration of the entire effect |
loop | boolean | Enables or disables looping the effect |
reverse | boolean | Enables or disables performing the effect in reverse keyframe order |
[ease] | integer/macro | Optional: Sets the ease override for the effect script |
#
DescriptionPerforms a keyframe effect script with the input duration. As effects are independent, unlike animations and modifications, multiple effects can be performed simultaneously.
See Included Effects for a list of included effect scripts and how to create your own, and Macros & Keywords for a list of available ease modes.