-
Notifications
You must be signed in to change notification settings - Fork 0
Part_attractor_destroy_all
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Destroys all particle attractors that were created in the given particle system.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
void: This function does not return anything.
// demonstrates destroying the particle attractors of a particle system
part_attractor_destroy_all(sys);
NOTOC
This is number 1