nut.plugin.loadComponents - brianhang/nutscript2 GitHub Wiki

Description

nut.plugin.loadComponents(plugin, path)

This shared function loads any added components for the given plugin.

Parameters

Name Description
plugin The table containing plugin information.
path A string containing where the plugin is located. By default, this uses the plugin.path value.

Side Effects

Errors

  • plugin is not a table