Hierarchy

  • ModuleManager

Methods

  • Loop through each module.

    Parameters

    • callback: ((mod) => void)
        • (mod): void
        • Parameters

          Returns void

    Returns void

  • Gets a module by the specified InternalName. For example, ArmorHud is the internal name for Armor Hud. Position is the internal name of Coordinates

    Parameters

    • name: string

      The name of the module to get.

    Returns null | Module

  • Registers a module into the Latite mod. This makes it appear in the mod menu, and be interactive.

    Parameters

    • mod: Module

      The module to register.

    Returns void

Generated using TypeDoc