Skip to main content

TieRealmUtils

Utility methods to oeprate around TieRealms

Functions

isTieRealm

TieRealmUtils.isTieRealm(tieRealmany) → boolean

Returns true if the value is a tie realm

inferTieRealm

TieRealmUtils.inferTieRealm() → TieRealm

Infers the tie realm from the current RunService state

Show raw api
{
    "functions": [
        {
            "name": "isTieRealm",
            "desc": "Returns true if the value is a tie realm",
            "params": [
                {
                    "name": "tieRealm",
                    "desc": "",
                    "lua_type": "any"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 20,
                "path": "src/tie/src/Shared/Realms/TieRealmUtils.lua"
            }
        },
        {
            "name": "inferTieRealm",
            "desc": "Infers the tie realm from the current RunService state",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "TieRealm"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 31,
                "path": "src/tie/src/Shared/Realms/TieRealmUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "TieRealmUtils",
    "desc": "Utility methods to oeprate around [TieRealms]",
    "source": {
        "line": 6,
        "path": "src/tie/src/Shared/Realms/TieRealmUtils.lua"
    }
}