classref: Sync with current upstream master branch

This commit is contained in:
Rémi Verschelde
2017-09-23 11:01:36 +02:00
parent 5e952ae7d5
commit 0cc4b36524
467 changed files with 5484 additions and 2561 deletions

View File

@@ -1,5 +1,6 @@
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
.. DO NOT EDIT THIS FILE, but the PoolIntArray.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_PoolIntArray:
@@ -41,7 +42,7 @@ Member Functions
Description
-----------
Integer Array. Array of integers. Can only contain integers. Optimized for memory usage, can't fragment the memory.
Integer Array. Contains integers. Optimized for memory usage, can't fragment the memory.
Member Function Description
---------------------------
@@ -92,7 +93,7 @@ Remove an element from the array by index.
- void **resize** **(** :ref:`int<class_int>` idx **)**
Set the size of the :ref:`PoolIntArray<class_poolintarray>`. If larger than the current size it will reserve some space beforehand, and if it is smaller it will cut off the array.
Set the size of the array. If the array is grown reserve elements at the end of the array. If the array is shrunk truncate the array to the new size.
.. _class_PoolIntArray_set: