diff options
| author | est31 | 2015-06-06 05:35:38 +0200 |
|---|---|---|
| committer | est31 | 2015-06-06 05:57:33 +0200 |
| commit | c5338fd6c40d08472b680809cfa04d47826bdcf5 (patch) | |
| tree | d9cbdebd87b97616e0cbd52e46ad6887f01d90e1 /core/bind/core_bind.h | |
| parent | 803069886ebca492c0d5f47133ccf7833c716e5a (diff) | |
| download | godot-c5338fd6c40d08472b680809cfa04d47826bdcf5.tar.gz godot-c5338fd6c40d08472b680809cfa04d47826bdcf5.tar.zst godot-c5338fd6c40d08472b680809cfa04d47826bdcf5.zip | |
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 2400ba3fd..74f29c23e 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -206,6 +206,7 @@ public: void set_icon(const Image& p_icon); Dictionary get_date(bool utc) const; Dictionary get_time(bool utc) const; + Dictionary get_time_zone_info() const; uint64_t get_unix_time() const; int get_static_memory_usage() const; |
