Skip to main content

PromiseInstanceUtils

Functions

promiseRemoved

PromiseInstanceUtils.promiseRemoved(instanceInstance) → Promise

Promise that resolves when an instance is removed

Show raw api
{
    "functions": [
        {
            "name": "promiseRemoved",
            "desc": "Promise that resolves when an instance is removed",
            "params": [
                {
                    "name": "instance",
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 18,
                "path": "src/promise/src/Shared/Utility/PromiseInstanceUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "PromiseInstanceUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/promise/src/Shared/Utility/PromiseInstanceUtils.lua"
    }
}