mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add autocompletion for a few EditorInterface methods
This commit is contained in:
parent
89cc635c05
commit
db10ce3d8d
2 changed files with 17 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue