diff options
| author | Rémi Verschelde | 2017-12-09 14:52:35 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-09 14:52:35 +0100 |
| commit | b5813bddeb1cfc693f1e1333b3a41c51ab18ec7c (patch) | |
| tree | 8b60024d993d541b7ad7562f4b32d7d3e088d937 /doc/classes/EditorFileSystem.xml | |
| parent | 783c560309483ef564837c1d30bc323f402ceafc (diff) | |
| parent | 523e1741fca78ff1141d4b9f7ed793e2e7860f28 (diff) | |
| download | godot-b5813bddeb1cfc693f1e1333b3a41c51ab18ec7c.tar.gz godot-b5813bddeb1cfc693f1e1333b3a41c51ab18ec7c.tar.zst godot-b5813bddeb1cfc693f1e1333b3a41c51ab18ec7c.zip | |
Merge pull request #14315 from willnationsdev/animationtreeplayer-docs
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
| -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 f577a4676..54b3accb1 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"> |
