Enfusion Script API
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
GameProject Interface Reference

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.
 

Member Function Documentation

◆ GetAddonID()

static proto string GameProject.GetAddonID ( string  GUID)
static

Return ID of addon with given GUID (only for available addons)

◆ GetAddonTitle()

static proto string GameProject.GetAddonTitle ( string  GUID)
static

Return Title of addon with given GUID (only for available addons)

◆ GetAvailableAddons()

static proto void GameProject.GetAvailableAddons ( notnull out array< string addonGUIDs)
static

Return array of GUIDs of loaded addons.

◆ GetGameProjectSettings()

static proto BaseContainer GameProject.GetGameProjectSettings ( )
static

Return game project for current configuration.

◆ GetLoadedAddons()

static proto void GameProject.GetLoadedAddons ( notnull out array< string addonGUIDs)
static

Return array of GUIDs of loaded addons.

◆ GetModuleConfig()

static proto BaseContainer GameProject.GetModuleConfig ( string  moduleClassName)
static

Return game project module config by class name.

◆ IsVanillaAddon()

static proto bool GameProject.IsVanillaAddon ( string  GUID)
static

Return true if addon with given GUID is part of vanilla addons.


The documentation for this interface was generated from the following file: