summaryrefslogtreecommitdiff
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, 0 insertions, 43 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 034fac1136..f17007deac 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -556,15 +556,6 @@
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>
@@ -27612,40 +27603,6 @@ 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="Variant">
- </argument>
- <argument index="1" name="arg2" type="Variant" default="NULL">
- </argument>
- <argument index="2" name="arg3" type="Variant" default="NULL">
- </argument>
- <description>
- </description>
- </method>
- </methods>
- <constants>
- </constants>
-</class>
<class name="RawArray" category="Built-In Types">
<brief_description>
Raw byte array.