Helper functions to create Strings.
More...
|
|
HGDN_DECL godot_string | hgdn_new_string (const char *cstr) |
| |
|
HGDN_DECL godot_string | hgdn_new_string_with_len (const char *cstr, const godot_int len) |
| |
| HGDN_DECL godot_string | hgdn_new_formatted_string (const char *fmt,...) |
| |
|
HGDN_DECL godot_string | hgdn_new_wide_string (const wchar_t *wstr) |
| |
|
HGDN_DECL godot_string | hgdn_new_wide_string_with_len (const wchar_t *wstr, const godot_int len) |
| |
◆ hgdn_new_formatted_string()
| HGDN_DECL godot_string hgdn_new_formatted_string |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
- Parameters
-
| fmt | A printf compatible format |