-
Notifications
You must be signed in to change notification settings - Fork 0
Part_system_exists
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets whether or not the given particle system exists and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle system |
boolean: Returns whether the particle system exists.
// demonstrates checking if a particle system exists
if (part_system_exists(sys)) {
// system does exist
} else {
// system does not exist
}
NOTOC
This is number 1