mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Updated function argument names
This commit is contained in:
parent
5052cb2b91
commit
428f03cf06
74 changed files with 195 additions and 194 deletions
|
|
@ -74,7 +74,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
|||
void _path_changed(const String &p_path = String());
|
||||
void _lang_changed(int l = 0);
|
||||
void _built_in_pressed();
|
||||
bool _validate(const String &p_strin);
|
||||
bool _validate(const String &p_string);
|
||||
void _class_name_changed(const String &p_name);
|
||||
void _parent_name_changed(const String &p_parent);
|
||||
void _template_changed(int p_template = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue