Part_deflector_destroy_all - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Destroys all particle deflectors that were created in the given particle system.
Parameters
| Parameter | Data Type | Description | 
|---|---|---|
| sys | integer | index of the particle system | 
Return Values
void: This function does not return anything.
Example Call
// demonstrates destroying the particle deflectors of a particle system
part_deflector_destroy_all(sys);
NOTOC