From a225265b0a7308f0856c953f57168c490d54995e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 14 Apr 2020 22:09:21 +0200 Subject: Document how some editor classes should be accessed as singletons only This closes #37687. --- doc/classes/EditorFileSystem.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/EditorFileSystem.xml') 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 @@ 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]. -- cgit v1.2.3