Part_changer_create - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Creates a new particle changer in the given particle system and returns the index. A particle changer will change particles that enter its area.

Parameters

Parameter Data Type Description
sys integer index of the particle system

Return Values

integer: Returns the index of the newly created particle changer.

Example Call

// demonstrates creating a particle changer
var changer;
changer = particle_attractor_create(sys);

NOTOC