part_changer_types - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
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