-
Notifications
You must be signed in to change notification settings - Fork 0
Part_destroyer_clear
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Clears the properties of the given particle destroyer in the given particle system to their default values.
| 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 setting the default property values of a particle destroyer
part_destroyer_clear(sys, destroyer);
NOTOC
This is number 1