mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
classref: Sync with current source
[ci skip]
This commit is contained in:
@@ -82,6 +82,8 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="back">
|
||||
<return type="var">
|
||||
</return>
|
||||
<description>
|
||||
Returns the last element of the array if the array is not empty (size>0).
|
||||
</description>
|
||||
@@ -142,6 +144,8 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="front">
|
||||
<return type="var">
|
||||
</return>
|
||||
<description>
|
||||
Returns the first element of the array if the array is not empty (size>0).
|
||||
</description>
|
||||
@@ -183,11 +187,15 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="pop_back">
|
||||
<return type="var">
|
||||
</return>
|
||||
<description>
|
||||
Remove the last element of the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="pop_front">
|
||||
<return type="var">
|
||||
</return>
|
||||
<description>
|
||||
Remove the first element of the array.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user