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