mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Make tool menu plugins use Callables for callback
This commit is contained in:
parent
92d4deedaa
commit
889f5e44ef
7 changed files with 15 additions and 38 deletions
|
@ -41,10 +41,6 @@ class JavaScriptToolsEditorPlugin : public EditorPlugin {
|
|||
private:
|
||||
void _zip_file(String p_path, String p_base_path, zipFile p_zip);
|
||||
void _zip_recursive(String p_path, String p_base_path, zipFile p_zip);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
void _download_zip(Variant p_v);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue