Merge pull request #3833 from AlexHolly/feature-file-md5

expose md5 for file(s) to gdscript
This commit is contained in:
Rémi Verschelde 2016-03-08 19:32:33 +01:00
commit 32bb7a04a2
3 changed files with 21 additions and 0 deletions

View file

@ -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>