Skip to main content

RxLinkUtils

Functions

observeLinkValueBrio

RxLinkUtils.observeLinkValueBrio(
linkNamestring,
parentInstance
) → Brio<Instance>

Observes a link value that is not nil.

Show raw api
{
    "functions": [
        {
            "name": "observeLinkValueBrio",
            "desc": "Observes a link value that is not nil.",
            "params": [
                {
                    "name": "linkName",
                    "desc": "",
                    "lua_type": "string"
                },
                {
                    "name": "parent",
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Brio<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 41,
                "path": "src/linkutils/src/Shared/RxLinkUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxLinkUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/linkutils/src/Shared/RxLinkUtils.lua"
    }
}