You've already forked godot
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:
@@ -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() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user