[Scene] Add SceneStringNames::item_selected

This commit is contained in:
A Thousand Ships
2024-05-14 14:21:31 +02:00
parent 0a83e7c5da
commit d9e2fc74c7
58 changed files with 135 additions and 131 deletions

View File

@@ -395,7 +395,7 @@ void OptionButton::_select(int p_which, bool p_emit) {
}
if (is_inside_tree() && p_emit) {
emit_signal(SNAME("item_selected"), current);
emit_signal(SceneStringName(item_selected), current);
}
}