part_type_colour1

This function is used to set a particle type to be a single colour for the total duration of the lifetime of each individual particle.

 

Syntax:

part_type_colour1(ind, colour1);

Argument Description
ind The index of the particle type to change.
colour1 The single colour to make the particle type.

 

Returns:

N/A

 

Example:

part_type_colour1(global.Snow_Part, c_white);

The above code will set all particles created of the particle type indexed in the global variable "Snow_Part" to be white only.