part_changer_destroy_all - hpgDesigns/hpg_projects GitHub Wiki
Destroys all particle changers that were created in the given particle system.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
void: This function does not return anything.
// demonstrates destroying the particle changers of a particle system
part_changer_destroy_all(sys);
NOTOC