1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .. 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.
- .. _class_int:
- int
- ===
- **Category:** Built-In Types
- Brief Description
- -----------------
- Integer built-in type.
- Member Functions
- ----------------
- +------------------------+--------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`bool<class_bool>` from **)** |
- +------------------------+--------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`float<class_float>` from **)** |
- +------------------------+--------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`String<class_string>` from **)** |
- +------------------------+--------------------------------------------------------------------------+
- Description
- -----------
- Integer built-in type.
- Member Function Description
- ---------------------------
- .. _class_int_int:
- - :ref:`int<class_int>` **int** **(** :ref:`bool<class_bool>` from **)**
- .. _class_int_int:
- - :ref:`int<class_int>` **int** **(** :ref:`float<class_float>` from **)**
- .. _class_int_int:
- - :ref:`int<class_int>` **int** **(** :ref:`String<class_string>` from **)**
|