diff --git a/api/mobase.IFileTree.html b/api/mobase.IFileTree.html index dd73cf4..c84f4e6 100644 --- a/api/mobase.IFileTree.html +++ b/api/mobase.IFileTree.html @@ -561,7 +561,7 @@ type, None is returned.

was not of the correct type.

Return type
-

Union[IFileTree, FileTreeEntry, None]

+

Union[IFileTree, FileTreeEntry, None]

diff --git a/api/mobase.IOrganizer.html b/api/mobase.IOrganizer.html index 064f27c..b09e635 100644 --- a/api/mobase.IOrganizer.html +++ b/api/mobase.IOrganizer.html @@ -872,7 +872,7 @@ the storage

The value corresponding to the given persistent setting, or def is the key is not found.

Return type
-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

@@ -921,7 +921,7 @@ store data (resources, or multiple python files).

The value of the setting.

Return type
-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

diff --git a/api/mobase.ModRepositoryFileInfo.html b/api/mobase.ModRepositoryFileInfo.html index d9986c0..64c1189 100644 --- a/api/mobase.ModRepositoryFileInfo.html +++ b/api/mobase.ModRepositoryFileInfo.html @@ -321,7 +321,7 @@

str

userData

-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

version

VersionInfo

@@ -503,7 +503,7 @@
userData
-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

Type

rtype

diff --git a/api/mobase.PluginSetting.html b/api/mobase.PluginSetting.html index c7c25b4..7cd68db 100644 --- a/api/mobase.PluginSetting.html +++ b/api/mobase.PluginSetting.html @@ -281,7 +281,7 @@ only to inform the application what settings to offer to the user, it does not h

default_value

-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

description

str

@@ -295,7 +295,7 @@ only to inform the application what settings to offer to the user, it does not h
default_value
-

Union[None, bool, int, str, List[Any], Dict[str, Any]]

+

Union[None, bool, int, str, List[Any], Dict[str, Any]]

Type

rtype