diff options
| author | Ignacio Etcheverry | 2018-02-22 13:13:51 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry | 2018-02-25 20:56:27 +0100 |
| commit | f37090ccf4f699800a43878273b8b94b5906f4bc (patch) | |
| tree | 2ae483b9c89320bacd7e6ad1939448d9741ba0d9 /core/ustring.h | |
| parent | 125fc8cc4432d28e63da76c3a2aff655b1a7cc6b (diff) | |
| download | godot-f37090ccf4f699800a43878273b8b94b5906f4bc.tar.gz godot-f37090ccf4f699800a43878273b8b94b5906f4bc.tar.zst godot-f37090ccf4f699800a43878273b8b94b5906f4bc.zip | |
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h index 90496b71b..bb676ce62 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -146,6 +146,7 @@ public: static String num_scientific(double p_num); static String num_real(double p_num); static String num_int64(int64_t p_num, int base = 10, bool capitalize_hex = false); + static String num_uint64(uint64_t p_num, int base = 10, bool capitalize_hex = false); static String chr(CharType p_char); static String md5(const uint8_t *p_md5); static String hex_encode_buffer(const uint8_t *p_buffer, int p_len); |
