Skip to main content
Show raw api
{
    "functions": [
        {
            "name": "onNext",
            "desc": "Executes on the next event connection.",
            "params": [
                {
                    "name": "event",
                    "desc": "",
                    "lua_type": "RBXScriptSignal"
                },
                {
                    "name": "_function",
                    "desc": "",
                    "lua_type": "function"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RBXScriptConnection"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 14,
                "path": "src/signal/src/Shared/SignalUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "SignalUtils",
    "desc": "Utilities involving signals",
    "source": {
        "line": 5,
        "path": "src/signal/src/Shared/SignalUtils.lua"
    }
}