Skip to content

Part_system_create

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Creates a new particle system and returns the index.

Parameters

Parameter Description
none This function has no parameters.

Return Values

returntype: Returns the index of the newly created particle system.

Example Call

// demonstrates creating a particle system
var sys;
sys = part_system_create();

NOTOC

This is number 1

Clone this wiki locally