NIF File Format Documentation

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

NiPSysCollider

Particle system collider.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiPSysCollider
Bounce float Defines amount of bounce the collider object has.
Spawn on Collide bool Unknown.
Die on Collide bool Kill particles on impact if set to yes.
Spawn Modifier Ref<NiPSysSpawnModifier> Link to NiPSysSpawnModifier object?
Parent Ptr<NiObject> Link to parent.
Next Collider Ref<NiObject> The next collider.
Collider Object Ptr<NiNode> Links to a NiNode that will define where in object space the collider is located/oriented.

Parent Of