Part_changer_types - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Sets the particle type the given particle changer in the given particle system should change particles to.

Parameters

Parameter Data Type Description
sys integer index of the particle system
ind integer index of the particle changer
type1 integer index of the particle type to change
type2 integer index of the particle type to change particles to

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the particle types of a particle changer
part_changer_types(sys, changer, ptype1, ptype2);

NOTOC