-
Notifications
You must be signed in to change notification settings - Fork 0
Part_type_create
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1