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:
result
(tes3vfx[])
worldVFXRoot
⚓︎
The root node that general VFXs are attached to.
Returns:
result
(niNode)
Methods⚓︎
reset
⚓︎
Removes all active vfx.
myObject:reset()