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

Add autocompletion for ClassDB & AudioServer

This commit is contained in:
Micky
2024-01-04 00:20:55 +01:00
parent fbaab3cf53
commit 920dff3445
4 changed files with 45 additions and 0 deletions

View File

@@ -457,6 +457,10 @@ public:
bool is_class_enabled(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() {}
};