Skip to main content

RxBodyColorsDataUtils

Functions

observeFromAttributes

RxBodyColorsDataUtils.observeFromAttributes(instanceInstance) → Observable<BodyColorsData>

Observes the current body colors data from attributes

Show raw api
{
    "functions": [
        {
            "name": "observeFromAttributes",
            "desc": "Observes the current body colors data from attributes",
            "params": [
                {
                    "name": "instance",
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<BodyColorsData>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 20,
                "path": "src/bodycolorsutils/src/Shared/RxBodyColorsDataUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxBodyColorsDataUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/bodycolorsutils/src/Shared/RxBodyColorsDataUtils.lua"
    }
}