mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Expose update_docs_from_script
method
This commit is contained in:
parent
5833f59786
commit
beef0f687c
2 changed files with 9 additions and 0 deletions
|
@ -3980,6 +3980,7 @@ void ScriptEditor::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("open_script_create_dialog", "base_name", "base_path"), &ScriptEditor::open_script_create_dialog);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("goto_help", "topic"), &ScriptEditor::goto_help);
|
||||
ClassDB::bind_method(D_METHOD("update_docs_from_script", "script"), &ScriptEditor::update_docs_from_script);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("editor_script_changed", PropertyInfo(Variant::OBJECT, "script", PROPERTY_HINT_RESOURCE_TYPE, "Script")));
|
||||
ADD_SIGNAL(MethodInfo("script_close", PropertyInfo(Variant::OBJECT, "script", PROPERTY_HINT_RESOURCE_TYPE, "Script")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue