Skip to content

Part_system_update

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

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.

Parameters

Parameter Data Type Description
ind integer index of the particle system

Return Values

void: This function does not return anything.

Example Call

// demonstrates updating the particles in a particle system
part_system_update(sys);

NOTOC

This is number 1

Clone this wiki locally