diff options
author | volzhs <volzhs@gmail.com> | 2018-12-20 06:18:52 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-12-20 18:50:50 +0900 |
commit | 84d060c768c10145374d48ebd2b3f00430c73638 (patch) | |
tree | 75db8f881850f4c17b07a992e9c2e79442fbecfe /core/bind/core_bind.h | |
parent | 26058376aa180f70e152070b3b69272287a710a8 (diff) | |
download | redot-engine-84d060c768c10145374d48ebd2b3f00430c73638.tar.gz |
Added OS.get_system_time_msecs()
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 4cdf09d522..39704286b6 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -281,6 +281,7 @@ public: Dictionary get_time_zone_info() const; uint64_t get_unix_time() const; uint64_t get_system_time_secs() const; + uint64_t get_system_time_msecs() const; int get_static_memory_usage() const; int get_static_memory_peak_usage() const; |