Part_changer_kind - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Sets the kind of the given particle changer in the given particle system which tells it how to change particles.
Parameters
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 |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the kind of a particle changer
part_changer_kind(sys, changer, ps_change_all);
NOTOC