-
Notifications
You must be signed in to change notification settings - Fork 0
Part_deflector_create
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Creates a new particle deflector in the given particle system and returns the index. A particle deflector will deflect particles away from it.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
integer: Returns the index of the newly created particle deflector.
// demonstrates creating a particle deflector
var defl;
defl = particle_deflector_create(sys);
NOTOC
This is number 1