You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Scene] Add SceneStringNames::confirmed
This commit is contained in:
@@ -149,6 +149,8 @@ public:
|
||||
StringName panel;
|
||||
|
||||
StringName item_selected;
|
||||
|
||||
StringName confirmed;
|
||||
};
|
||||
|
||||
#define SceneStringName(m_name) SceneStringNames::get_singleton()->m_name
|
||||
|
||||
Reference in New Issue
Block a user