Optimise Object's get_argument_options
This commit is contained in:
@ -170,10 +170,11 @@ public:
|
||||
void set_movie_maker_enabled(bool p_enabled);
|
||||
bool is_movie_maker_enabled() const;
|
||||
|
||||
// Base.
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
#endif
|
||||
|
||||
// Base.
|
||||
static void create();
|
||||
static void free();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user