2022-03-24 01:22:45 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2024-09-20 10:03:06 +02:00
|
|
|
<class name="PoolVector2iArray">
|
2022-03-24 01:22:45 +01:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="PoolVector2iArray">
|
|
|
|
<return type="PoolVector2iArray" />
|
|
|
|
<argument index="0" name="from" type="Array" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="append">
|
|
|
|
<argument index="0" name="vector2i" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="append_array">
|
|
|
|
<argument index="0" name="array" type="PoolVector2iArray" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-21 00:40:49 +02:00
|
|
|
<method name="clear">
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="contains">
|
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="value" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="count">
|
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="value" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-03-24 01:22:45 +01:00
|
|
|
<method name="empty">
|
|
|
|
<return type="bool" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-21 00:40:49 +02:00
|
|
|
<method name="fill">
|
|
|
|
<argument index="0" name="vector2i" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="find">
|
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="value" type="Vector2i" />
|
|
|
|
<argument index="1" name="from" type="int" default="0" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has">
|
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="value" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-03-24 01:22:45 +01:00
|
|
|
<method name="insert">
|
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="idx" type="int" />
|
|
|
|
<argument index="1" name="vector2i" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="invert">
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="push_back">
|
|
|
|
<argument index="0" name="vector2i" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="remove">
|
|
|
|
<argument index="0" name="idx" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="resize">
|
|
|
|
<argument index="0" name="idx" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-21 00:40:49 +02:00
|
|
|
<method name="rfind">
|
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="value" type="Vector2i" />
|
|
|
|
<argument index="1" name="from" type="int" default="-1" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-03-24 01:22:45 +01:00
|
|
|
<method name="set">
|
|
|
|
<argument index="0" name="idx" type="int" />
|
|
|
|
<argument index="1" name="vector2i" type="Vector2i" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="size">
|
|
|
|
<return type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-07-29 21:18:44 +02:00
|
|
|
<method name="sort">
|
|
|
|
<description>
|
|
|
|
Sorts the elements of the array in ascending order.
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-03-24 01:22:45 +01:00
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|