Skip to main content

HideUtils

Utility involving the Hide binder.

Functions

isHidden

HideUtils.isHidden(instInstance) → boolean

Returns whether the object in question is hidden. Prevents a requirement of binders being used, thus requiring a service bag.

Show raw api
{
    "functions": [
        {
            "name": "isHidden",
            "desc": "Returns whether the object in question is hidden. Prevents a requirement of binders\nbeing used, thus requiring a service bag.",
            "params": [
                {
                    "name": "inst",
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 16,
                "path": "src/hide/src/Shared/HideUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "HideUtils",
    "desc": "Utility involving the [Hide] binder.",
    "source": {
        "line": 5,
        "path": "src/hide/src/Shared/HideUtils.lua"
    }
}