TYPE: POP
TITLE: State POP

The State POP can be used to set the particle's state information.
This includes whether the particle is dying, is stopped, just collided
or should be moved on the next cook. A non-zero value in a flag
turns it on.

This POP modifies the following attributes: pstate.

Parameters:
    Activation          - Turns the POP on and off		/activate
    Source Group        - Subset of points to act on
Standard
    Dead                - Particle is dead			/dead
    Stopped             - Particle is stopped			/stopped
    Stuck               - Particle is stuck			/stuck
    Sliding             - Particle is sliding			/sliding
    Just Hit            - Particle just collided		/justhit
Rigid Body Dynamics
    Rigid Body          - Particle is a rigid body		/rbody
    Active              - Particle is an active rigid body	/active
    Override            - Particle instance transform should be
                          overridden				/override

Local Variables 
    Overview - The standard local variables are usable in this POP.  Please
               refer to the Houdini manual for more details.
