Skip to content

Part_system_clear

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Clears the properties of the given particle system to their default values, removing all particles and emitter and attractors in it.

Parameters

Parameter Data Type Description
ind integer index of the particle system

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the default property values of a particle system
part_system_clear(sys);

NOTOC

This is number 1

Clone this wiki locally