Skip to content

Part_destroyer_clear

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

Description

Clears the properties of the given particle destroyer in the given particle system to their default values.

Parameters

Parameter Data Type Description
sys integer index of the particle system
ind integer index of the particle destroyer

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the default property values of a particle destroyer
part_destroyer_clear(sys, destroyer);

NOTOC

Clone this wiki locally