1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #86777 from Mickeon/autocomplete-classdb

Add autocompletion for ClassDB & AudioServer
This commit is contained in:
Rémi Verschelde
2024-03-01 14:56:12 +01:00
4 changed files with 45 additions and 0 deletions

View File

@@ -460,6 +460,10 @@ public:
bool is_class_enabled(const StringName &p_class) const;
#ifdef TOOLS_ENABLED
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
#endif
ClassDB() {}
~ClassDB() {}
};