summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorAndreas Haas <liu.gam3@gmail.com>2017-01-23 22:33:02 +0100
committerAndreas Haas <liu.gam3@gmail.com>2017-01-23 22:33:58 +0100
commit5ec0610c606f529b21ffc13596ae5a57ead368cb (patch)
tree8e1e05d33208e150330036a25dd7c681603ab5e4 /core/bind/core_bind.h
parent16eee2f59b6d2567d7d15d9a2ff66c52e9705137 (diff)
downloadredot-engine-5ec0610c606f529b21ffc13596ae5a57ead368cb.tar.gz
Add ClassDB binding for File.get_modified_time
Closes #7613
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index f10714720f..fe710704f2 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -440,6 +440,8 @@ public:
bool file_exists(const String& p_name) const; ///< return true if a file exists
+ uint64_t get_modified_time(const String& p_file) const;
+
_File();
virtual ~_File();