summaryrefslogtreecommitdiffstats
path: root/scene/scene_string_names.h
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.h
parentca18a06ecbf68db50d8d7e7391b73a245c745cea (diff)
downloadredot-engine-fbb879debd0957354ab42731be402b0a5a9f4e48.tar.gz
[Scene] Add `SceneStringNames::text/value_changed`
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r--scene/scene_string_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h
index 7e525e1a0f..7893d213e4 100644
--- a/scene/scene_string_names.h
+++ b/scene/scene_string_names.h
@@ -151,6 +151,9 @@ public:
StringName item_selected;
StringName confirmed;
+
+ StringName text_changed;
+ StringName value_changed;
};
#define SceneStringName(m_name) SceneStringNames::get_singleton()->m_name