Part_type_create - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Creates a new particle type and returns the index.
Parameters
Parameter | Description |
---|---|
none | This function has no parameters. |
Return Values
integer: Returns the index of the newly created particle type.
Example Call
// demonstrates creating a particle type
var type;
type = part_type_create();
NOTOC