part_system_drawit - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Draws the particles in the given particle system, this function should only be called if automatic drawing was disabled for the particle system, it should be called in the draw event of some object.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
void: This function does not return anything.
// demonstrates drawing the particles in a particle system
part_system_drawit(sys);
NOTOC