Add autocompletion for a few EditorInterface methods
This commit is contained in:
@ -152,6 +152,8 @@ public:
|
||||
|
||||
// Base.
|
||||
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
|
||||
static void create();
|
||||
static void free();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user