part_type_create - hpgDesigns/hpg_projects GitHub Wiki
Creates a new particle type and returns the index.
| Parameter | Description |
|---|---|
| none | This function has no parameters. |
integer: Returns the index of the newly created particle type.
// demonstrates creating a particle type
var type;
type = part_type_create();
NOTOC