part_changer_clear(sys,ind)

From ENIGMA
Jump to navigation Jump to search

Description

Clears the properties of the given particle changer 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 changer

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the default property values of a particle changer
part_changer_clear(sys, changer);