diff options
author | Will Nations <willnationsdev@gmail.com> | 2017-12-07 13:45:51 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2017-12-08 15:19:57 -0600 |
commit | 523e1741fca78ff1141d4b9f7ed793e2e7860f28 (patch) | |
tree | e51f73c5b10cec3d966511b2a7726a3bb931aa41 /doc/classes | |
parent | c80d6ed439d20a02b3688c376be1da067a371be8 (diff) |
[DOCS] EditorFileSystem method/signal
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorFileSystem.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index f577a4676f..54b3accb19 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -33,6 +33,7 @@ <argument index="0" name="path" type="String"> </argument> <description> + Returns a view into the filesystem at [code]path[/code]. </description> </method> <method name="get_scanning_progress" qualifiers="const"> @@ -83,6 +84,7 @@ <argument index="0" name="resources" type="PoolStringArray"> </argument> <description> + Remitted if a resource is reimported. </description> </signal> <signal name="sources_changed"> |