part_changer_kind - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the kind of the given particle changer in the given particle system which tells it how to change particles.
Parameter | Data Type | Description |
---|---|---|
sys | integer | index of the particle system |
ind | integer | index of the particle changer |
kind | integer | how particles are changed, particle system constant |
void: This function does not return anything.
// demonstrates setting the kind of a particle changer
part_changer_kind(sys, changer, ps_change_all);
NOTOC