aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/File.xml
diff options
context:
space:
mode:
authorRémi Verschelde2018-04-10 10:12:42 +0200
committerRémi Verschelde2018-04-10 10:12:42 +0200
commitcb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6 (patch)
tree7d74d6ce990466284325cfe0d271081604ccdbc0 /doc/classes/File.xml
parentcb996d716925c9c87a2a4117012fa9fed72c8f38 (diff)
downloadgodot-cb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6.tar.gz
godot-cb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6.tar.zst
godot-cb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6.zip
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/File.xml')
-rw-r--r--doc/classes/File.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/File.xml b/doc/classes/File.xml
index 534323348..bd368e967 100644
--- a/doc/classes/File.xml
+++ b/doc/classes/File.xml
@@ -163,14 +163,14 @@
Returns a [String] saved in Pascal format from the file.
</description>
</method>
- <method name="get_path">
+ <method name="get_path" qualifiers="const">
<return type="String">
</return>
<description>
Returns the path as a [String] for the current open file.
</description>
</method>
- <method name="get_path_absolute">
+ <method name="get_path_absolute" qualifiers="const">
<return type="String">
</return>
<description>