part_destroyer_destroy_all - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Destroys all particle destroyers 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 destroyers of a particle system
part_destroyer_destroy_all(sys);
NOTOC