Skip to main content

Stage

Common functionality for stage regions

Functions

init

Stage.init() → ()

Call this when initializing stage

Show raw api
{
    "functions": [
        {
            "name": "init",
            "desc": "Call this when initializing stage",
            "params": [],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 11,
                "path": "../../res/data/script/lib/util/stage.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Stage",
    "desc": "Common functionality for stage regions",
    "source": {
        "line": 5,
        "path": "../../res/data/script/lib/util/stage.lua"
    }
}