NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

BSWindModifier

Particle Modifier that uses the wind value from the gamedata to alter the path of particles.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiPSysModifier
Name string The object name.
Order uint Modifier ID in the particle modifier chain (always a multiple of 1000)?
Target Ptr<NiParticleSystem> NiParticleSystem parent of this modifier.
Active bool Whether the modifier is currently in effect? Usually true.
From BSWindModifier
Strength float The amount of force wind will have on particles.

Parent Of