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