Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Module

Runtime Module.

Hierarchy

  • Module

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

handle

handle: Pointer

Methods

dispose

  • dispose(): void

getFunction

  • Get a function in the module.

    Parameters

    • name: string

      The name of the function.

    Returns PackedFunc

    The result function.

importModule

  • importModule(mod: Module): void
  • Import another module into the current runtime module.

    Parameters

    • mod: Module

      The module to be imported.

    Returns void

Generated using TypeDoc