mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Rename remove() to remove_at() when removing by index
This commit is contained in:
committed by
Aaron Record
parent
5efe80f308
commit
e078f970db
@@ -332,7 +332,7 @@
|
||||
Appends an element at the end of the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove">
|
||||
<method name="remove_at">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user