Module core.AddonManager
Class that manages the complements ("add-ons").
Functions
AddonManager.new (ctrl) | Constructor. |
AddonManager:get_info () | Returns the info table. |
AddonManager:load_addons () | Reads the addon List, loads the addons and populates the self.loaded list. |
AddonManager:unload_addons () | Unloads all addons. |
Functions
- AddonManager.new (ctrl)
-
Constructor.
Parameters
- ctrl: Application controller to be used
Return value:
New instance of AddonManager - AddonManager:get_info ()
-
Returns the info table.
Return value:
Addons info table - AddonManager:load_addons ()
- Reads the addon List, loads the addons and populates the self.loaded list.
- AddonManager:unload_addons ()
- Unloads all addons.