part_deflector_destroy - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Destroys the given particle deflector 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 deflector |
void: This function does not return anything.
// demonstrates destroying a particle deflector
part_deflector_destroy(sys, defl);
NOTOC