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

NiPSysBombModifier

Particle modifier that applies an explosive force to particles.

Attributes

Name Type Description
From NiObject
From NiPSysModifier
Name string Used to locate the modifier.
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 or not the modifier is active.
From NiPSysBombModifier
Bomb Object Ptr<NiNode> The object whose position and orientation are the basis of the force.
Bomb Axis Vector3 The local direction of the force.
Decay float How the bomb force will decrease with distance.
Delta V float The acceleration the bomb will apply to particles.
Decay Type DecayType
Symmetry Type SymmetryType

Parent Of