Skip to main content

Gui

This item only works when running on the client. Client

A table of utility functions for working with GUIs that can be used to speed up the process of writing repository scripts for client objects.

Currently, this is only used by Keys

Functions

bindKeyCache

Gui.bindKeyCache(cacheGuiManager_Types.KeyCache) → ()

Binds the given cache to the key cache.

unbindKeyCache

Gui.unbindKeyCache(cacheGuiManager_Types.KeyCache) → ()

Unbinds the given cache from the key cache.

Show raw api
{
    "functions": [
        {
            "name": "bindKeyCache",
            "desc": "Binds the given `cache` to the key cache.",
            "params": [
                {
                    "name": "cache",
                    "desc": "",
                    "lua_type": "GuiManager_Types.KeyCache"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 29,
                "path": "mirror/Kit.Utility.Gui.luau"
            }
        },
        {
            "name": "unbindKeyCache",
            "desc": "Unbinds the given `cache` from the key cache.",
            "params": [
                {
                    "name": "cache",
                    "desc": "",
                    "lua_type": "GuiManager_Types.KeyCache"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 38,
                "path": "mirror/Kit.Utility.Gui.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Gui",
    "desc": "A table of utility functions for working with GUIs that can be used to speed up the process of writing repository scripts for client objects.\n\nCurrently, this is only used by Keys",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 11,
        "path": "mirror/Kit.Utility.Gui.luau"
    }
}