Skip to content

LuminFramework (Root)

The main class of LuminFramework.

Properties

Promise read only

A reference to evaera's Promise module.

Functions

Server server

Gets the server-sided interface of LuminFramework.

Returns


Client client yields

Gets the client-sided interface of LuminFramework.

Returns


Load

Imports any modules of the parent provided. Non-modules will be filtered out automatically.

Parameters

  • parent: Instance
    The parent of which the modules are located

  • filter: (module: ModuleScript) -> boolean?
    Allows you to filter through a module, return false for it to not be imported

Returns

  • void

Signal

Creates/references a signal of the given name, create a new anonymous signal by leaving the name blank.

Parameters

  • name: string?
    The name of the signal

Returns