mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Make Vector bsearch method const.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
Appends a [PackedStringArray] at the end of this array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="bsearch">
|
||||
<method name="bsearch" qualifiers="const">
|
||||
<return type="int" />
|
||||
<param index="0" name="value" type="String" />
|
||||
<param index="1" name="before" type="bool" default="true" />
|
||||
|
||||
Reference in New Issue
Block a user