Merge pull request #3833 from AlexHolly/feature-file-md5
expose md5 for file(s) to gdscript
This commit is contained in:
commit
32bb7a04a2
3 changed files with 21 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue