part_type_create();
返回: Real(实数)
With this function you can create a new particle type and the
return value should be stored in a variable for use in all
subsequent particle functions.
mypart = part_type_create();
This will create a new particle type, storing its index in the variable "mypart".