-
Notifications
You must be signed in to change notification settings - Fork 0
Part_particles_count
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1