part_particles_clear(ind)

From ENIGMA
Jump to navigation Jump to search

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);