mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacaf
)
This commit is contained in:
parent
62dc7ba82f
commit
7de47fbabb
26 changed files with 62 additions and 62 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
|
||||
virtual void update_exports();
|
||||
virtual void get_script_method_list(List<MethodInfo> *r_methods) const;
|
||||
virtual void get_script_property_list(List<PropertyInfo> *r_propertieslist) const;
|
||||
virtual void get_script_property_list(List<PropertyInfo> *r_properties) const;
|
||||
|
||||
virtual int get_member_line(const StringName &p_member) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue