part_deflector_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Clears the properties of the given particle deflector 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 deflector |
void: This function does not return anything.
// demonstrates setting the default property values of a particle deflector
part_deflector_clear(sys, defl);
NOTOC