Show raw api
{
"functions": [
{
"name": "SetTieRealm",
"desc": "Sets the tie realm for this service bag",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "TieRealmService"
},
{
"name": "tieRealm",
"desc": "",
"lua_type": "_TieRealms.TieRealm"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 35,
"path": "src/tie/src/Shared/Services/TieRealmService.lua"
}
},
{
"name": "GetTieRealm",
"desc": "Get the tie realm for this service bag",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "TieRealmService"
}
],
"returns": [
{
"desc": "",
"lua_type": "_TieRealms.TieRealm\n"
}
],
"function_type": "static",
"source": {
"line": 44,
"path": "src/tie/src/Shared/Services/TieRealmService.lua"
}
}
],
"properties": [],
"types": [],
"name": "TieRealmService",
"desc": "",
"source": {
"line": 5,
"path": "src/tie/src/Shared/Services/TieRealmService.lua"
}
}