Show raw api
{
"functions": [
{
"name": "IsImplemented",
"desc": "Returns whether this version of the definition is implemented to standard or not.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 36,
"path": "src/tie/src/Shared/TieInterface.lua"
}
},
{
"name": "GetTieAdornee",
"desc": "Gets the adornee the tie interface is on if it can be found.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "Instance | nil"
}
],
"function_type": "method",
"source": {
"line": 64,
"path": "src/tie/src/Shared/TieInterface.lua"
}
},
{
"name": "ObserveIsImplemented",
"desc": "Observes if the interface is implemented",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "Observable<boolean>"
}
],
"function_type": "method",
"source": {
"line": 83,
"path": "src/tie/src/Shared/TieInterface.lua"
}
}
],
"properties": [],
"types": [],
"name": "TieInterface",
"desc": "Tie interfaces can be retrieved from an implementation and allow access to a specific call into the interface",
"source": {
"line": 6,
"path": "src/tie/src/Shared/TieInterface.lua"
}
}