tes3weatherControllerParticle⚓︎
A data structure that represents a weather particle, such as a rain drop or snow flake.
Properties⚓︎
diameter
⚓︎
The diameter of the particle.
Returns:
result
(number)
object
⚓︎
The visual used for the particle.
Returns:
result
(niAVObject)
rainRoot
⚓︎
Read-only. A shortcut to the root rain node.
Returns:
result
(niNode)
remainingLifetime
⚓︎
The remaining time before the particle becomes inactive.
Returns:
result
(number)
velocity
⚓︎
The velocity of the particle.
Returns:
result
(tes3vector3)
weatherController
⚓︎
Read-only. A shortcut to the weather controller.
Returns:
result
(tes3weatherController)