From 84d060c768c10145374d48ebd2b3f00430c73638 Mon Sep 17 00:00:00 2001 From: volzhs Date: Thu, 20 Dec 2018 06:18:52 +0900 Subject: Added OS.get_system_time_msecs() --- core/bind/core_bind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/bind/core_bind.h') 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; -- cgit v1.2.3