You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Rename Array.invert() to Array.reverse()
Does the same internally for List and Vector<>, which includes all PackedArray types.
This commit is contained in:
@@ -5716,7 +5716,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_packed_glyph_array_invert",
|
||||
"name": "godot_packed_glyph_array_reverse",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user