diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-23 12:06:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 12:06:06 +0200 |
| commit | ffe07d93327deb548b423048cbc07bcc81b58950 (patch) | |
| tree | 405652e8dd1e0fbf05d9a0180a336675fd62db1c /doc/classes/EditorFileSystem.xml | |
| parent | 2074b43c6f707c9360f73057c3435df30c49a5a2 (diff) | |
| parent | a225265b0a7308f0856c953f57168c490d54995e (diff) | |
| download | redot-engine-ffe07d93327deb548b423048cbc07bcc81b58950.tar.gz | |
Merge pull request #37888 from Calinou/doc-editor-only-singletons
Document how some editor classes should be accessed as singletons only
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
| -rw-r--r-- | doc/classes/EditorFileSystem.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index 30e1de1f5e..9bb51af2d0 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -5,6 +5,7 @@ </brief_description> <description> This object holds information of all resources in the filesystem, their types, etc. + [b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton using [method EditorInterface.get_resource_filesystem]. </description> <tutorials> </tutorials> |
