summaryrefslogtreecommitdiffstats
path: root/scene/scene_string_names.cpp
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-05-14 11:42:00 +0200
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-06-19 09:44:38 +0200
commitfbb879debd0957354ab42731be402b0a5a9f4e48 (patch)
tree1904b70039d8221e6732828420ef083814ac26ad /scene/scene_string_names.cpp
parentca18a06ecbf68db50d8d7e7391b73a245c745cea (diff)
downloadredot-engine-fbb879debd0957354ab42731be402b0a5a9f4e48.tar.gz
[Scene] Add `SceneStringNames::text/value_changed`
Diffstat (limited to 'scene/scene_string_names.cpp')
-rw-r--r--scene/scene_string_names.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/scene_string_names.cpp b/scene/scene_string_names.cpp
index 915fe58f7c..40f3ddf048 100644
--- a/scene/scene_string_names.cpp
+++ b/scene/scene_string_names.cpp
@@ -138,4 +138,7 @@ SceneStringNames::SceneStringNames() {
item_selected = StaticCString::create("item_selected");
confirmed = StaticCString::create("confirmed");
+
+ text_changed = StaticCString::create("text_changed");
+ value_changed = StaticCString::create("value_changed");
}