Skip to content

Part_emitter_destroy_all

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Destroys all particle emitters that were created in the given particle system.

Parameters

Parameter Data Type Description
sys integer index of the particle system

Return Values

void: This function does not return anything.

Example Call

// demonstrates destroying the particle emitters of a particle system
part_emitter_destroy_all(sys);

NOTOC

This is number 1

Clone this wiki locally