Skip to content

tes3vfxManager⚓︎

A manager for VFX lifetime and rendering. VFXs can be created through script with tes3.createVisualEffect and destroyed with tes3.removeVisualEffect.

Properties⚓︎

data⚓︎

A collection of active managed visual effects.

Returns:


worldVFXRoot⚓︎

The root node that general VFXs are attached to.

Returns:


Methods⚓︎

reset⚓︎

Removes all active vfx.

myObject:reset()