You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make tool menu plugins use Callables for callback
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user