TYPE: POP
TITLE: Code POP

The Code POP acts as a null operator during particle cooking.
However, when the code of the particle system is output, it inserts
extra code into the stream.  This can be used to provide custom
preparation functions to better interface with the rest of your code.

Parameters:
    Include Files Required - List of include files that need to be
                             added.
    Code to Insert         - Code to be inserted in the output code.
    File to Insert         - Name of a file which will be read and
                             inserted into the code stream.

