Skip to content

Part_system_drawit

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally