diff options
| author | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
| commit | d5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch) | |
| tree | d8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/FileDialog.xml | |
| parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) | |
| download | godot-d5bb6faa.tar.gz godot-d5bb6faa.tar.zst godot-d5bb6faa.zip | |
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings
Update documentation for ProjectSettings
Diffstat (limited to 'doc/classes/FileDialog.xml')
| -rw-r--r-- | doc/classes/FileDialog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index b165d8fb8..247228d26 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -33,6 +33,12 @@ <description> </description> </method> + <method name="get_line_edit"> + <return type="LineEdit"> + </return> + <description> + </description> + </method> <method name="get_vbox"> <return type="VBoxContainer"> </return> |
