You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacaf)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
62dc7ba82f
commit
7de47fbabb
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user