mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Rename close requests to delete requests in GraphEdit
This commit is contained in:
parent
36945dad07
commit
378ab38b1f
9 changed files with 42 additions and 37 deletions
|
@ -380,8 +380,8 @@ class VisualShaderEditor : public VBoxContainer {
|
|||
void _node_selected(Object *p_node);
|
||||
|
||||
void _delete_nodes(int p_type, const List<int> &p_nodes);
|
||||
void _close_node_request(int p_type, int p_node);
|
||||
void _close_nodes_request(const TypedArray<StringName> &p_nodes);
|
||||
void _delete_node_request(int p_type, int p_node);
|
||||
void _delete_nodes_request(const TypedArray<StringName> &p_nodes);
|
||||
|
||||
void _node_changed(int p_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue