Skip to main content

The "vngen_perspective_anim_stop" Function

Syntax#

vngen_perspective_anim_stop();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Stops the active animation being performed on the global perspective, if any. Note that this script only needs to be run to stop looped animations.

Example#

vngen_event() {
vngen_perspective_anim_stop();
}