Skip to main content

HideClient

This item only works when running on the client. Client

See Binder for usage.

Functions

new

HideClient.new(_adorneeInstance) → HideClient

Cleans up the instance

Destroy

HideClient:Destroy() → ()

Cleans up the instance

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Cleans up the instance",
            "params": [
                {
                    "name": "_adornee",
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "HideClient"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 21,
                "path": "src/hide/src/Client/HideClient.lua"
            }
        },
        {
            "name": "Destroy",
            "desc": "Cleans up the instance",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 28,
                "path": "src/hide/src/Client/HideClient.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "HideClient",
    "desc": "See [Binder] for usage.",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 7,
        "path": "src/hide/src/Client/HideClient.lua"
    }
}