mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
parent
bb6b06c813
commit
1638c1b28f
119 changed files with 397 additions and 397 deletions
|
|
@ -152,7 +152,7 @@ private:
|
|||
public:
|
||||
EditorPlugin *get_handling_main_editor(Object *p_object);
|
||||
Vector<EditorPlugin *> get_handling_sub_editors(Object *p_object);
|
||||
EditorPlugin *get_editor_by_name(String p_name);
|
||||
EditorPlugin *get_editor_by_name(const String &p_name);
|
||||
|
||||
void copy_object_params(Object *p_object);
|
||||
void paste_object_params(Object *p_object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue