Optimise Object's get_argument_options
This commit is contained in:
parent
bb6b06c813
commit
cd2032a90b
33 changed files with 103 additions and 37 deletions
|
|
@ -626,6 +626,7 @@ public:
|
|||
#ifdef TOOLS_ENABLED
|
||||
String validate_child_name(Node *p_child);
|
||||
String prevalidate_child_name(Node *p_child, StringName p_name);
|
||||
void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
#endif
|
||||
static String adjust_name_casing(const String &p_name);
|
||||
|
||||
|
|
@ -641,8 +642,6 @@ public:
|
|||
|
||||
bool is_owned_by_parent() const;
|
||||
|
||||
void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
|
||||
void clear_internal_tree_resource_paths();
|
||||
|
||||
_FORCE_INLINE_ Viewport *get_viewport() const { return data.viewport; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue