Action Particle Emitter Stream

From ENIGMA
Jump to navigation Jump to search

Description

Action partemit stream.png

Partemit Stream

Streams the given amount of the given particle type from the given particle emitter.

Parameters

Parameter Description
Emitter index of the particle emitter (0-7)
Particle Type index of the particle type (0-15)
Amount number of particles to emit

Function Equivalent

action_partemit_stream(int emitter, int particle_type, int amount)
returns: (void)