diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-18 15:43:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 15:43:04 +0100 |
commit | ce2b5bdfa893f339078b7d2179b2541dcc71dca1 (patch) | |
tree | 54220f27ad3237e0dee00ec4ae6d8ee0c9dc7339 /modules/gdnative/include/nativescript/godot_nativescript.h | |
parent | 28cd81c581365d15ee2cc497d48164de498a7208 (diff) | |
parent | 40c56ed410e828d2062de7e4ba5617b3e1c0f631 (diff) |
Merge pull request #52969 from bruvzg/locale_detection
Diffstat (limited to 'modules/gdnative/include/nativescript/godot_nativescript.h')
-rw-r--r-- | modules/gdnative/include/nativescript/godot_nativescript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/include/nativescript/godot_nativescript.h b/modules/gdnative/include/nativescript/godot_nativescript.h index eea898475b..879291c2e0 100644 --- a/modules/gdnative/include/nativescript/godot_nativescript.h +++ b/modules/gdnative/include/nativescript/godot_nativescript.h @@ -79,6 +79,7 @@ typedef enum { GODOT_PROPERTY_HINT_PROPERTY_OF_BASE_TYPE, ///< a property of a base type GODOT_PROPERTY_HINT_PROPERTY_OF_INSTANCE, ///< a property of an instance GODOT_PROPERTY_HINT_PROPERTY_OF_SCRIPT, ///< a property of a script & base + GODOT_PROPERTY_HINT_LOCALE_ID, GODOT_PROPERTY_HINT_MAX, } godot_nativescript_property_hint; |