part_destroyer_destroy_all(sys)

From ENIGMA
Revision as of 15:54, 28 December 2013 by RobertBColton (talk | contribs) (Created page with "{{FuncTitle|part_destroyer_destroy_all|sys}} == Description == Destroys all particle destroyers that were created in the given particle system. == Parameters == {| class="funcpa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Destroys all particle destroyers that were created in the given particle system.

Parameters

Parameter Data Type Description
sys integer index of the particle system

Return Values

void: This function does not return anything.

Example Call

// demonstrates destroying the particle destroyers of a particle system
part_destroyer_destroy_all(sys);