mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
doc: Sync classref with current source
Fix various code formatting issues and argument names.
This commit is contained in:
parent
be4b7da518
commit
2e39e38c10
23 changed files with 111 additions and 34 deletions
|
@ -273,7 +273,7 @@ void EditorInterface::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("get_resource_filesystem"), &EditorInterface::get_resource_file_system);
|
||||
ClassDB::bind_method(D_METHOD("get_editor_viewport"), &EditorInterface::get_editor_viewport);
|
||||
ClassDB::bind_method(D_METHOD("make_mesh_previews", "meshes", "preview_size"), &EditorInterface::_make_mesh_previews);
|
||||
ClassDB::bind_method(D_METHOD("select_file", "p_file"), &EditorInterface::select_file);
|
||||
ClassDB::bind_method(D_METHOD("select_file", "file"), &EditorInterface::select_file);
|
||||
ClassDB::bind_method(D_METHOD("get_selected_path"), &EditorInterface::get_selected_path);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("set_plugin_enabled", "plugin", "enabled"), &EditorInterface::set_plugin_enabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue