PluginLoaded

From Nutscript Developer Wiki
    GM:PluginLoaded(pluginName, PLUGIN)

Description[edit]

This function is called when specific plugin is loaded. If you want to run a code after ALL of plugins are loaded, User InitializedPlugins hook. This hook could be called for multiple times.

Arguments[edit]

  • String pluginName
  • Table PLUGIN

Return Values[edit]

none

Examples[edit]

none