Show raw api
{
"functions": [
{
"name": "getEffectGui",
"desc": "Returns the EffectGui.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "typeof(GuiManager.Gui)\n"
}
],
"function_type": "static",
"source": {
"line": 27,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "bindKeyCache",
"desc": "See [GuiManager](/api/GuiManager#BindKeyCache) for more info.",
"params": [
{
"name": "cache",
"desc": "",
"lua_type": "GuiManager_Types.KeyCache"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 38,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "unbindKeyCache",
"desc": "See [GuiManager](/api/GuiManager#UnbindKeyCache) for more info.",
"params": [
{
"name": "cache",
"desc": "",
"lua_type": "GuiManager_Types.KeyCache"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 47,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "createBoostFrame",
"desc": "See [GuiManager](/api/GuiManager#CreateBoostFrame) for more info.",
"params": [
{
"name": "boostData",
"desc": "",
"lua_type": "CharacterManager_Types.BoostData"
}
],
"returns": [
{
"desc": "",
"lua_type": "GuiManager_Types.BoostTimerFrame\n"
}
],
"function_type": "static",
"source": {
"line": 56,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "updateBoostFrame",
"desc": "See [GuiManager](/api/GuiManager#UpdateBoostFrame) for more info.",
"params": [
{
"name": "boostData",
"desc": "",
"lua_type": "CharacterManager_Types.BoostData"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 65,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "formatBoostTimer",
"desc": "See [GuiManager](/api/GuiManager#FormatBoostTimer) for more info.",
"params": [
{
"name": "boostData",
"desc": "",
"lua_type": "CharacterManager_Types.BoostData"
}
],
"returns": [
{
"desc": "",
"lua_type": "string\n"
}
],
"function_type": "static",
"source": {
"line": 74,
"path": "mirror/Kit.Utility.Gui.luau"
}
},
{
"name": "destroyBoostFrame",
"desc": "See [GuiManager](/api/GuiManager#DestroyBoostFrame) for more info.",
"params": [
{
"name": "boostData",
"desc": "",
"lua_type": "CharacterManager_Types.BoostData"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 83,
"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.",
"realm": [
"Client"
],
"source": {
"line": 10,
"path": "mirror/Kit.Utility.Gui.luau"
}
}