Skip to content

Part_particles_count

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally