1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

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
3 changed files with 21 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ public:
DVector<uint8_t> get_buffer(int p_length) const; ///< get an array of bytes
String get_line() const;
String get_as_text() const;
String get_md5(const String& p_path) const;
/**< use this for files WRITTEN in _big_ endian machines (ie, amiga/mac)
* It's not about the current CPU type but file formats.