Skip to main content

Wait

Normalized/specialized waiting semantics for scenes

Functions

short

Wait.short() → ()

Waits a short amount of time (0.3s)

medium

Wait.medium() → ()

Waits a medium amount of time (0.7s)

long

Wait.long() → ()

Waits a long amount of time (1.4s)

Show raw api
{
    "functions": [
        {
            "name": "short",
            "desc": "Waits a short amount of time (0.3s)",
            "params": [],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 10,
                "path": "../../res/data/script/lib/env/wait.lua"
            }
        },
        {
            "name": "medium",
            "desc": "Waits a medium amount of time (0.7s)",
            "params": [],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 17,
                "path": "../../res/data/script/lib/env/wait.lua"
            }
        },
        {
            "name": "long",
            "desc": "Waits a long amount of time (1.4s)",
            "params": [],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 24,
                "path": "../../res/data/script/lib/env/wait.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Wait",
    "desc": "Normalized/specialized waiting semantics for scenes",
    "source": {
        "line": 5,
        "path": "../../res/data/script/lib/env/wait.lua"
    }
}