Skip to content

unloadbg() Usage

Ferdian edited this page Jan 13, 2021 · 1 revision

Description

quickly delete and unload tiled background

Values

void unloadbg(
    int screen,     // Screen number
    int layer,      // Layer number
    int name        // Background name

Example:

unloadbg(0, 1, "simplenfl"); // unload background from screen 0 and layer number 1 with name "simplenfl"

Clone this wiki locally