Skip to content

Support for LoadLibrary calls #5

@Midnightific

Description

@Midnightific

This is pretty much the purpose of this fork existing, supporting Overture:LoadLibrary() calls.

We've got a few options to do this:

  1. Appending a typeof(require(path.to.library)) at the end of a LoadLibrary call.
  2. Transforming the LoadLibrary call to a require(path.to.library) call

The first option is preferable but the 2nd option still isn't bad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions