Skip to content

Part_system_automatic_draw

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

Description

Sets whether the given particle system should automatically draw its particles.

Parameters

Parameter Data Type Description
ind integer index of the particle system
auto boolean whether or not to automatically draw the particles, default is true

Return Values

void: This function does not return anything.

Example Call

// demonstrates turning off automatic particle drawing for a particle system
part_system_automatic_draw(sys, false);

NOTOC

Clone this wiki locally