Action Particle Type Life

From ENIGMA
Jump to navigation Jump to search

Description

Action parttype life.png

Parttype Life

Sets the life of the given particle type to the given values.

Parameters

Parameter Description
Type index of the particle type (0-15)
Min Life the minimum life of the particle type
Max Life the maximum life of the particle type

Function Equivalent

action_parttype_life(int type, int min_life, int max_life)
returns: (void)