Add autocompletion for a few EditorInterface methods

This commit is contained in:
Micky 2024-01-06 18:06:41 +01:00
parent 89cc635c05
commit db10ce3d8d
2 changed files with 17 additions and 0 deletions

View file

@ -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();