Skip to content

Part_changer_region

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

Description

Sets the region of the given particle changer in the given particle system. This is the area in which particles are changed.

Parameters

Parameter Data Type Description
sys integer index of the particle system
ind integer index of the particle changer
xmin double minimum x coordinate
xmax double maximum x coordinate
ymin double minimum y coordinate
ymax double maximum y coordinate
shape integer shape of the region, particle system constant

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the region of a particle changer
part_changer_region(sys, changer, x - 5, x + 5, y - 5, y + 5, ps_shape_rectangle);

NOTOC

Clone this wiki locally