summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-03-08 19:32:33 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-03-08 19:32:33 +0100
commit32bb7a04a285e6d8bc045df8b4f07cfc4928ddac (patch)
tree3ec141b18ac91dd5ce3f151a5f61ffc5f7f7e68d /doc
parent9509d92149084b0aa3993c5da65a83af4857353e (diff)
parentd093f558ab3b33766cc346d9964f59a6ba09ed58 (diff)
Merge pull request #3833 from AlexHolly/feature-file-md5
expose md5 for file(s) to gdscript
Diffstat (limited to 'doc')
-rw-r--r--doc/base/classes.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 1b5e2d85af..d111569a60 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -11475,6 +11475,16 @@ Returns an empty String "" at the end of the list.
<description>
</description>
</method>
+ <method name="get_md5" qualifiers="const">
+ <return type="String">
+ </return>
+ <argument index="0" name="path" type="String">
+ </argument>
+ <description>
+ Returns on success, a md5 String representing the file of the given path.
+ else, empty String "".
+ </description>
+ </method>
<method name="get_endian_swap">
<return type="bool">
</return>