diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-03-08 19:32:33 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-03-08 19:32:33 +0100 |
commit | 32bb7a04a285e6d8bc045df8b4f07cfc4928ddac (patch) | |
tree | 3ec141b18ac91dd5ce3f151a5f61ffc5f7f7e68d /core/bind/core_bind.h | |
parent | 9509d92149084b0aa3993c5da65a83af4857353e (diff) | |
parent | d093f558ab3b33766cc346d9964f59a6ba09ed58 (diff) | |
download | redot-engine-32bb7a04a285e6d8bc045df8b4f07cfc4928ddac.tar.gz |
Merge pull request #3833 from AlexHolly/feature-file-md5
expose md5 for file(s) to gdscript
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 2c43390d3c..64a4e94aec 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -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. |