Skip to content

Part_attractor_create

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

Description

Creates a new particle attractor in the given particle system and returns the index. A particle attractor will attract particles towards it.

Parameters

Parameter Data Type Description
sys integer index of the particle system

Return Values

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

Example Call

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

NOTOC

Clone this wiki locally