Skip to main content

JecsImmediateInstall

Factory: JecsImmediateInstall(components?, DEBUG?) returns an ImmediateInstall addon (rt, scheduler) -> rt'.

This adds a JECS world to an immediate runtime. It's the basis for the hooks addon, and possibly some or all of your game state.

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "JecsImmediateInstall",
    "desc": "Factory: `JecsImmediateInstall(components?, DEBUG?)` returns an\nImmediateInstall addon `(rt, scheduler) -> rt'`.\n\nThis adds a JECS world to an immediate runtime.\nIt's the basis for the hooks addon, and possibly some or all of your game state.",
    "source": {
        "line": 11,
        "path": "src/jecs/src/Shared/Immediate/core/JecsImmediateInstall.lua"
    }
}