You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Updated function argument names
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user