Skip to main content

LoaderLinkCreator

Adds the loader instance so script.Parent.loader works.

Functions

Destroy

LoaderLinkCreator.Destroy(selfLoaderLinkCreator) → ()

Cleans up the replicator disconnecting all events and cleaning up created instances.

Show raw api
{
    "functions": [
        {
            "name": "Destroy",
            "desc": "Cleans up the replicator disconnecting all events and cleaning up\ncreated instances.",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "LoaderLinkCreator"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 216,
                "path": "src/loader/src/LoaderLink/LoaderLinkCreator.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "LoaderLinkCreator",
    "desc": "Adds the loader instance so script.Parent.loader works.",
    "source": {
        "line": 7,
        "path": "src/loader/src/LoaderLink/LoaderLinkCreator.lua"
    }
}