diff options
| author | Rémi Verschelde | 2018-04-10 10:12:42 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-04-10 10:12:42 +0200 |
| commit | cb7fe2c7936fa52fb95e6f8a8e7927a4f41030a6 (patch) | |
| tree | 7d74d6ce990466284325cfe0d271081604ccdbc0 /doc/classes/File.xml | |
| parent | cb996d716925c9c87a2a4117012fa9fed72c8f38 (diff) | |
| download | godot-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.xml | 4 |
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> |
