mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
To tell potential contributors that they should NOT edit those files but instead should work on the class.xml source of the main Godot repo
48 lines
1.4 KiB
ReStructuredText
48 lines
1.4 KiB
ReStructuredText
.. 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 **)**
|
|
|
|
|