mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Optimise Object's get_argument_options
This commit is contained in:
@@ -528,7 +528,9 @@ public:
|
||||
void set_print_error_messages(bool p_enabled);
|
||||
bool is_printing_error_messages() const;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
#endif
|
||||
|
||||
Engine() { singleton = this; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user