aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 258feadf2..12948d448 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -556,6 +556,15 @@
Return an array with the given range. Range can be 1 argument N (0 to N-1), two arguments (initial, final-1) or three arguments (initial,final-1,increment).
</description>
</method>
+ <method name="xrange">
+ <return type="Object">
+ </return>
+ <argument index="0" name="..." type="Variant">
+ </argument>
+ <description>
+ Return an iterator over the given range. Range can be 1 argument N (0 to N-1), two arguments (initial, final-1) or three arguments (initial,final-1,increment).
+ </description>
+ </method>
<method name="load">
<return type="Resource">
</return>
@@ -27597,6 +27606,40 @@ This method controls whether the position between two cached points is interpola
<constants>
</constants>
</class>
+<class name="RangeIterator" inherits="Reference" category="Core">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <methods>
+ <method name="is_finished">
+ <return type="bool">
+ </return>
+ <description>
+ </description>
+ </method>
+ <method name="to_array">
+ <return type="Array">
+ </return>
+ <description>
+ </description>
+ </method>
+ <method name="set_range">
+ <return type="Object">
+ </return>
+ <argument index="0" name="arg1" type="var">
+ </argument>
+ <argument index="1" name="arg2" type="var" default="NULL">
+ </argument>
+ <argument index="2" name="arg3" type="var" default="NULL">
+ </argument>
+ <description>
+ </description>
+ </method>
+ </methods>
+ <constants>
+ </constants>
+</class>
<class name="RawArray" category="Built-In Types">
<brief_description>
Raw byte array.