effect_clear

Clears all effects created using the in-built particle system.

Syntax:

effect_clear();


Returns: N/A.


Description

This will clear all particles that are currently visible in the room which have been made using either effect_create_above or effect_create_below.


Example:

effect_clear();

Calling this will clear the room of any particles made with the effect_create_* functions.


Back: Simple Effects
Next: effect_create_below
© Copyright YoYo Games Ltd. 2018 All Rights Reserved