-
Notifications
You must be signed in to change notification settings - Fork 0
Part_changer_types
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the particle type the given particle changer in the given particle system should change particles to.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
| ind | integer | index of the particle changer |
| type1 | integer | index of the particle type to change |
| type2 | integer | index of the particle type to change particles to |
void: This function does not return anything.
// demonstrates setting the particle types of a particle changer
part_changer_types(sys, changer, ptype1, ptype2);
NOTOC
This is number 1