Part_system_drawit - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
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.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
Return Values
void: This function does not return anything.
Example Call
// demonstrates drawing the particles in a particle system
part_system_drawit(sys);
NOTOC