part_system_update - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Updates the position of all particles in the given particle system and lets the emitters create particles, this function should only be called if automatic updating was disabled for the particle system.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
void: This function does not return anything.
// demonstrates updating the particles in a particle system
part_system_update(sys);
NOTOC