Skip to main content

LoaderLink

This item is only intended to be used by the module's authors. Private

This class is linking to the Nevermore loader.

Usage

You can refer to script.Parent.loader and it will exist if the code has been setup properly with the Nevermore loader.

local require = require(script.Parent.loader).load(script)
Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "LoaderLink",
    "desc": "This class is linking to the Nevermore loader.\n\n## Usage\nYou can refer to script.Parent.loader and it will exist if the code has been setup properly\nwith the Nevermore loader.\n\n```lua\nlocal require = require(script.Parent.loader).load(script)\n```",
    "private": true,
    "source": {
        "line": 15,
        "path": "src/loader/src/LoaderLink/LoaderLink.lua"
    }
}