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