mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rename Array.invert() to Array.reverse()
This commit is contained in:
commit
4b6e9f3157
35 changed files with 57 additions and 57 deletions
|
@ -100,7 +100,7 @@ void GDScriptByteCodeGenerator::start_parameters() {
|
|||
}
|
||||
|
||||
void GDScriptByteCodeGenerator::end_parameters() {
|
||||
function->default_arguments.invert();
|
||||
function->default_arguments.reverse();
|
||||
}
|
||||
|
||||
void GDScriptByteCodeGenerator::write_start(GDScript *p_script, const StringName &p_function_name, bool p_static, MultiplayerAPI::RPCMode p_rpc_mode, const GDScriptDataType &p_return_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue