part_system_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Clears the properties of the given particle system to their default values, removing all particles and emitter and attractors in it.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
void: This function does not return anything.
// demonstrates setting the default property values of a particle system
part_system_clear(sys);
NOTOC