NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
| 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 NiPSysSpawnModifier | ||
| Num Spawn Generations | ushort | Number of allowed generations for spawning. Particles whose generations are >= will not be spawned. |
| Percentage Spawned | float | The likelihood of a particular particle being spawned. Must be between 0.0 and 1.0. |
| Min Num to Spawn | ushort | The minimum particles to spawn for any given original particle. |
| Max Num to Spawn | ushort | The maximum particles to spawn for any given original particle. |
| Spawn Speed Variation | float | How much the spawned particle speed can vary. |
| Spawn Dir Variation | float | How much the spawned particle direction can vary. |
| Life Span | float | Lifespan assigned to spawned particles. |
| Life Span Variation | float | The amount the lifespan can vary. |