part_particles_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Clears all particles from the given particle system.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
void: This function does not return anything.
// demonstrates clearing particles in a system
part_particles_clear(sys);
NOTOC