part_particles_count - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Gets the number of particles in the given particle system and returns the result.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
integer: Returns the number of particles in the system.
// demonstrates getting the particle count of a system
var count;
count = part_particles_count(sys);
NOTOC