-
Notifications
You must be signed in to change notification settings - Fork 0
Part_destroyer_destroy
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Destroys the given particle destroyer in the given particle system, this is necessary to save memory if it is no longer being used.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
| ind | integer | index of the particle destroyer |
void: This function does not return anything.
// demonstrates destroying a particle destroyer
part_destroyer_destroy(sys, dest);
NOTOC
This is number 1