PluginInfo.getDependencies

Gets the dependencies of the plugin.

The #PeasEngine will always ensure that the dependencies of a plugin are loaded when the said plugin is loaded. It means that dependencies are loaded before the plugin, and unloaded after it. Circular dependencies of plugins lead to undefined loading order.

The relevant key in the plugin info file is "Depends".

class PluginInfo
string[]
getDependencies
()

Return Value

Type: string[]

the plugin's dependencies.

Meta