HideClient
This item only works when running on the client. Client
See HideBindersClient for usage.
Functions
new
Cleans up the instance
Destroy
HideClient:Destroy() → ()Cleans up the instance
See HideBindersClient for usage.
newCleans up the instance
DestroyHideClient:Destroy() → ()Cleans up the instance
{
"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": 16,
"path": "src/hide/src/Client/HideClient.lua"
}
},
{
"name": "Destroy",
"desc": "Cleans up the instance",
"params": [],
"returns": [],
"function_type": "method",
"source": {
"line": 23,
"path": "src/hide/src/Client/HideClient.lua"
}
}
],
"properties": [],
"types": [],
"name": "HideClient",
"desc": "See [HideBindersClient] for usage.",
"realm": [
"Client"
],
"source": {
"line": 6,
"path": "src/hide/src/Client/HideClient.lua"
}
}