Skip to content

Part_system_destroy

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Destroys the given particle system freeing it from memory, this is necessary to save memory if it is no longer being used.

Parameters

Parameter Data Type Description
ind integer index of the particle system

Return Values

void: This function does not return anything.

Example Call

// demonstrates destroying a particle system
part_system_destroy(sys);

NOTOC

This is number 1

Clone this wiki locally