Enfusion Script API
|
Static Public Member Functions | |
static proto void | GetAvailableAddons (notnull out array< string > addonGUIDs) |
Return array of GUIDs of loaded addons. | |
static proto void | GetLoadedAddons (notnull out array< string > addonGUIDs) |
Return array of GUIDs of loaded addons. | |
static proto string | GetAddonID (string GUID) |
Return ID of addon with given GUID (only for available addons) | |
static proto string | GetAddonTitle (string GUID) |
Return Title of addon with given GUID (only for available addons) | |
static proto bool | IsVanillaAddon (string GUID) |
Return true if addon with given GUID is part of vanilla addons. | |
static proto BaseContainer | GetModuleConfig (string moduleClassName) |
Return game project module config by class name. | |
static proto BaseContainer | GetGameProjectSettings () |
Return game project for current configuration. | |
Return ID of addon with given GUID (only for available addons)
Return Title of addon with given GUID (only for available addons)
Return array of GUIDs of loaded addons.
|
static |
Return game project for current configuration.
Return array of GUIDs of loaded addons.
|
static |
Return game project module config by class name.
Return true if addon with given GUID is part of vanilla addons.