Skip to content

Part_type_create

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Creates a new particle type and returns the index.

Parameters

Parameter Description
none This function has no parameters.

Return Values

integer: Returns the index of the newly created particle type.

Example Call

// demonstrates creating a particle type
var type;
type = part_type_create();

NOTOC

This is number 1

Clone this wiki locally