diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-08-02 13:53:37 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-08-02 14:40:38 -0300 |
commit | f270163ab0296011bdff057924f7c14e6683c311 (patch) | |
tree | 39b2167e29767bf5a73c9d97eeb3b3ef90a64a32 /scene/scene_string_names.cpp | |
parent | dc05278b03851df00f4cf5e70d20764892cbe90f (diff) | |
download | redot-engine-f270163ab0296011bdff057924f7c14e6683c311.tar.gz |
Expose `Window`'s `_get_contents_minimum_size()` to scripting
Diffstat (limited to 'scene/scene_string_names.cpp')
-rw-r--r-- | scene/scene_string_names.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/scene_string_names.cpp b/scene/scene_string_names.cpp index 87835a9522..f0971f1a34 100644 --- a/scene/scene_string_names.cpp +++ b/scene/scene_string_names.cpp @@ -199,6 +199,7 @@ SceneStringNames::SceneStringNames() { _window_input = StaticCString::create("_window_input"); window_input = StaticCString::create("window_input"); _window_unhandled_input = StaticCString::create("_window_unhandled_input"); + _get_contents_minimum_size = StaticCString::create("_get_contents_minimum_size"); theme_changed = StaticCString::create("theme_changed"); parameters_base_path = "parameters/"; |