part_system_create

Creates a new particle system and returns its index.

Syntax:

part_system_create();


Returns: Real


Description

This function is used to create a new particle system and will return a unique index number that should be stored and used in all further functions relating to that system.


Example:

global.Sname = part_system_create();

This will create a new particle system and store the index in the global variable "Sname".


Back: Particle Systems
Next: part_system_clear
© Copyright YoYo Games Ltd. 2018 All Rights Reserved